some basic tools for computer craft (cc: tweaked)
Go to file
2024-05-22 19:41:26 +02:00
config fix(inferium-server): length of the plan is automatically calculated 2024-05-22 19:41:26 +02:00
libs perf(net): compact data sent to the network 2024-05-22 19:32:57 +02:00
old fix: move simple-harvester.lua in old directory 2024-05-19 14:19:06 +02:00
coal-crafter.lua fix(coal-crafter): printed message 2024-05-20 04:25:35 +02:00
inferium-harvester.lua fix(inferium-harvester): handle when a turtle is blocked during forward 2024-05-22 19:31:17 +02:00
inferium-server.lua fix(inferium-server): length of the plan is automatically calculated 2024-05-22 19:41:26 +02:00
inferium-upgrader.lua feat: add inferium-upgrader 2024-05-19 13:22:24 +02:00
install.lua feat(inferium): replace getplan by getconfig 2024-05-22 18:40:00 +02:00
miner.lua refactor: create libs and config folders 2024-05-19 13:15:54 +02:00
README.md chore: update README 2024-05-22 01:17:36 +02:00
startup.lua chore: update default startup.lua file 2024-05-22 01:16:21 +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 startup.lua
rm .minerstate
upgrade