Add `settingtypes.txt`.

This allows configuring the mod from the GUI.
This commit is contained in:
Diego Martínez 2017-03-01 22:38:52 -03:00 committed by Auke Kok
parent 84133a10df
commit 54b1b3fe91
1 changed files with 13 additions and 0 deletions

13
settingtypes.txt Normal file
View File

@ -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