reenable settings for the gamemode

master
Pascal Abresch 2021-01-22 18:55:07 +01:00
parent fec348deaa
commit f63f0126a8
2 changed files with 15 additions and 0 deletions

View File

@ -1 +1,5 @@
This is the orion gamemode for minetest
regenerating settingtypes.txt:
cat mods/*/settingtypes.txt > settingtypes.txt

11
settingtypes.txt Normal file
View File

@ -0,0 +1,11 @@
spark_gui_background (GUI background color <RGBA>) string fc05e344
spark_gui_foreground (GUI foreground color <RGBA>) string fc059dd0
spark_gui_highlight (GUI highlight color <RGBA>) string fc059db0
spark_gui_full (GUI Full background <BOOL>) bool false
spark_dig_stlye_alt (Alternate tool dig style) bool false
spark_log (Enable console log) bool true
spark_quick_put_machines (Left click items into machines) bool false
spark_quick_put_storage (Left click items into storage) bool false
spark_quick_put_default (Left click items into default mod blocks) bool false
spark_quick_put_overide ([ADVANCED] Space seperated list of inventories to overide the whitelist) string
spark_debug_enable ([WARNING: ARBITRARY LUA CODE [very bad!]] enable sparkdebug) bool false