cc-stuff/README.md
2025-08-18 17:26:14 -04:00

364 B

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