Move all settings values into settings.lua
This commit is contained in:
+4
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user