some basic tools for computer craft (cc: tweaked)
Go to file
2024-06-01 17:05:45 +02:00
config feat(tunnels): add magnetite block to the whitelist 2024-05-26 19:56:59 +02:00
libs fix: broken rs lib 2024-05-28 01:05:40 +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 fix(inferium-harvester): several crashes on retrieveFertilizedEssences function 2024-06-01 17:05:45 +02:00
inferium-server.lua fix(inferium-server): more robust stringify/parse processes 2024-05-26 18:46:24 +02:00
install.lua feat: introduce basic light-server program 2024-05-28 00:43:31 +02:00
light-server.lua refactor(light-server): add generic applyCommand and createLoop 2024-05-28 02:11:45 +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
notify-server.lua feat(notify): add notify-server 2024-05-26 20:37:25 +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 fix(tunnels-miner): missing config arg passed to ensureEnoughSpaceInInventory 2024-05-27 12:59:56 +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