Some useful code I have for the mod CC:Tweaked
- Checks for movement success now, tries to ensure movement even if a block falls in front of the turtle. - Fixed the bug for depths of 1 mod 3 leaving a plane of blocks. |
||
|---|---|---|
| clock-chime.lua | ||
| compacting-storage.lua | ||
| fetch.lua | ||
| irongen.lua | ||
| mine.lua | ||
| quarry_control.lua | ||
| README.md | ||
Lua Code for CC Tweaked
This repo contains Lua code for my use in modded minecraft.
Get Started
To get started, download the "fetch" program with the following line in the lua interpreter:
file = fs.open("fetch.lua", "w"); file.write(http.get("https://git.emersonmakes.com/filigreed/cc-stuff/raw/branch/main/fetch.lua").readAll()); file.close()