Added a README explaining how this all works
This commit is contained in:
parent
8c4cdacb70
commit
779385271a
1 changed files with 11 additions and 0 deletions
11
README.md
Normal file
11
README.md
Normal 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()
|
||||||
|
```
|
||||||
Loading…
Add table
Add a link
Reference in a new issue