Move all settings values into settings.lua

This commit is contained in:
Jordan Irwin
2021-05-05 19:30:49 -07:00
parent 428b88bdda
commit 4db155bd9b
3 changed files with 58 additions and 15 deletions
+4 -1
View File
@@ -7,7 +7,7 @@ sneeker.spawn_chance (Sneeker spawn chance) int 1000
# Sets frequency of spawn chance. Default 240 is equivalent to 4 minutes (60 * 4).
sneeker.spawn_interval (Sneeker spawn interval) int 240
# Sets the minimum light required for spawn to occur.
# Sets the minimum light that a node must have for spawn to occur.
sneeker.spawn_minlight (Sneeker min light for spawn) int -1
# Sets the maximum light that a node can have for spawn to occur.
@@ -18,3 +18,6 @@ sneeker.spawn_minheight (Sneeker min spawn height) int -31000
# Sets the highest position at which sneeker can spawn.
sneeker.spawn_maxheight (Sneeker max spawn height) int 31000
# Logs extra debug messages.
enable_debug_mods (Enable debugging messages) bool false