some basic tools for computer craft (cc: tweaked)
Go to file
2024-05-21 18:02:27 +02:00
config chore: remove energySaving mode 2024-05-21 17:42:58 +02:00
libs feat(inferium-harvester): do not block harvest procedure when no crop 2024-05-21 18:02:27 +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 feat(inferium-harvester): do not block harvest procedure when no crop 2024-05-21 18:02:27 +02:00
inferium-server.lua chore(inferium-server): change printed messages 2024-05-21 00:59:28 +02:00
inferium-upgrader.lua feat: add inferium-upgrader 2024-05-19 13:22:24 +02:00
install.lua feat: implement basic inferium server 2024-05-20 22:19:27 +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