Added a README explaining how this all works

This commit is contained in:
Emerson Rosen-Jones 2025-08-18 17:26:14 -04:00
parent 8c4cdacb70
commit 779385271a

11
README.md Normal file
View file

@ -0,0 +1,11 @@
# 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:
```lua
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()
```