diff options
author | Diego MartÃnez <kaeza@users.noreply.github.com> | 2017-03-01 22:38:52 -0300 |
---|---|---|
committer | Auke Kok <sofar+github@foo-projects.org> | 2017-03-06 13:58:47 -0800 |
commit | 54b1b3fe91f2e7e774f305d4b57bb4367aca1cd6 (patch) | |
tree | 6a767e9c0fd2aca5934889bef4534ad2d0bfec23 | |
parent | 84133a10df9f0c7d0d11e0ece8b5603e44208185 (diff) |
Add `settingtypes.txt`.
This allows configuring the mod from the GUI.
-rw-r--r-- | settingtypes.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/settingtypes.txt b/settingtypes.txt new file mode 100644 index 0000000..ad16ac8 --- /dev/null +++ b/settingtypes.txt @@ -0,0 +1,13 @@ + +# If enabled, makes some nodes with inventories (like chests) send signals +# when items are moved in the inventory. +digilines_enable_inventory (Enable inventory signals) bool true + +# Enable or disable the LCD panel with visible text. +digilines_enable_lcd (Enable LCD) bool true + +# Enable or disable the light sensor component. +digilines_enable_lightsensor (Enable light sensor) bool true + +# Enable or disable the real time clock component. +digilines_enable_rtc (Enable RTC) bool true |