some basic tools for computer craft (cc: tweaked)
Go to file
2024-05-26 20:30:13 +02:00
config feat(tunnels): add magnetite block to the whitelist 2024-05-26 19:56:59 +02:00
libs feat(notify): add libs/notify 2024-05-26 20:30:13 +02:00
coal-crafter.lua chore: change some default value on coal-crafter and mystical-upgrader 2024-05-26 19:54:50 +02:00
dmesg.lua fix: dmesg 2024-05-26 19:50:12 +02:00
inferium-gui.lua refactor: introduce new shared inferium lib 2024-05-24 17:27:46 +02:00
inferium-harvester.lua feat: implement first version of tunnels-miner 2024-05-26 03:34:10 +02:00
inferium-server.lua fix(inferium-server): more robust stringify/parse processes 2024-05-26 18:46:24 +02:00
install.lua feat(notify): add libs/notify 2024-05-26 20:30:13 +02:00
miner.lua feat(miner): add 3s delay at start 2024-05-25 23:57:21 +02:00
mystical-upgrader.lua chore: change some default value on coal-crafter and mystical-upgrader 2024-05-26 19:54:50 +02:00
README.md feat(robot): add saveRobotState and loadRobotState methods 2024-05-25 23:22:05 +02:00
refuel.lua feat: add refuel program 2024-05-26 19:31:46 +02:00
startup.lua chore: update default startup.lua file 2024-05-22 01:16:21 +02:00
tunnels-miner.lua feat(tunnels-miner): add onWaitCb on waitForInventory util + prepare for notification 2024-05-26 19:44:20 +02:00
upgrade.lua feat: add upgrade script 2024-05-19 20:17:27 +02:00

minecraft-cc-tools

Some tools for cc:tweaked minecraft mod (aka computercraft)

Installation

Step 1

Download the install script:

wget https://git.trapcloud.fr/guillaumearm/minecraft-cc-tools/raw/branch/master/install.lua

Step 2

Run the install script:

install

Upgrade to a new version

upgrade

Reset the whole installation

rm config
rm data
rm startup.lua
rm .minerstate
rm .robotstate
upgrade