Some useful code I have for the mod CC:Tweaked
Find a file
2025-08-18 19:07:18 -04:00
fetch.lua fetch.lua, a program fetching utility 2025-08-18 17:23:16 -04:00
irongen.lua Reworked irongen.lua 2025-08-08 21:40:47 -04:00
mine.lua Mine path during return to origin 2025-08-18 19:07:18 -04:00
quarry_control.lua Program to control a create quarry 2025-08-09 01:08:47 -04:00
README.md Added a README explaining how this all works 2025-08-18 17:26:14 -04:00

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()