1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-06-14 01:06:48 +00:00
CC-Tweaked/src/main/resources/data/computercraft/lua/rom/help/set.txt
SquidDev 5e462adc5c Relocate all resource files
- textures/{block,item}s -> textures/{block,item}
 - assets/*/{advancements,lua,recipes} -> data/*/...
2019-04-02 13:18:43 +01:00

7 lines
262 B
Plaintext

The set program can be used to inspect and change system settings.
Usage:
"set" will print all the system settings and their values
"set foo" will print the value of the system setting "foo"
"set foo bar" will set the value of the system setting "foo" to "bar"