some basic tools for computer craft (cc: tweaked)
Go to file
2024-05-20 02:19:35 +02:00
config feat: add harvesting config file 2024-05-19 20:12:25 +02:00
libs fix(turtle-utils): refuelWithBuffer check if fuelSlot is nil 2024-05-19 23:51:20 +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): reduce NB_NEEDED_COAL threshold 2024-05-20 02:19:35 +02:00
inferium-harvester.lua fix(inferium-harvester): wait for bottom inventory before dropping items 2024-05-20 00:07:06 +02:00
inferium-upgrader.lua feat: add inferium-upgrader 2024-05-19 13:22:24 +02:00
install.lua feat: add coal-crafter 2024-05-20 01:28:22 +02:00
miner.lua refactor: create libs and config folders 2024-05-19 13:15:54 +02:00
README.md docs: update README 2024-05-19 22:07:40 +02:00
startup.lua refactor: create libs and config folders 2024-05-19 13:15:54 +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 to the default configuration

rm config
rm startup.lua
upgrade