some basic tools for computer craft (cc: tweaked)
Go to file
2024-05-25 21:31:14 +02:00
config fix: set default firstCropZ to 1 in inferium config 2024-05-25 21:25:31 +02:00
libs fix(CountersSelectors): display selected line on other pages 2024-05-25 13:06:14 +02:00
coal-crafter.lua feat(coal-creafter): dropAll should stop try dropping when a slot is empty 2024-05-24 19:02:33 +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): dropAllProcedure 2024-05-24 19:05:44 +02:00
inferium-server.lua refactor: introduce new shared inferium lib 2024-05-24 17:27:46 +02:00
install.lua chore: rename inferium-upgrader into mystical-upgrader 2024-05-25 21:31:14 +02:00
miner.lua refactor: create libs and config folders 2024-05-19 13:15:54 +02:00
mystical-upgrader.lua chore: rename inferium-upgrader into mystical-upgrader 2024-05-25 21:31:14 +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