summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Martínez <kaeza@users.noreply.github.com>2017-03-01 22:38:52 -0300
committerAuke Kok <sofar+github@foo-projects.org>2017-03-06 13:58:47 -0800
commit54b1b3fe91f2e7e774f305d4b57bb4367aca1cd6 (patch)
tree6a767e9c0fd2aca5934889bef4534ad2d0bfec23
parent84133a10df9f0c7d0d11e0ece8b5603e44208185 (diff)
Add `settingtypes.txt`.
This allows configuring the mod from the GUI.
-rw-r--r--settingtypes.txt13
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