mod-sneeker/settingtypes.txt

24 lines
908 B
Plaintext
Raw Normal View History

# Sets maximum number of spawns that can exist in world.
sneeker.spawn_cap (Sneeker maximum spawns) int 10
# Sets possibility for spawn.
2021-05-06 05:25:10 +02:00
sneeker.spawn_chance (Sneeker spawn chance) int 10000
2017-06-01 20:58:41 +02:00
# 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 that a node must have for spawn to occur.
2021-05-06 05:25:10 +02:00
sneeker.spawn_minlight (Sneeker min light for spawn) int 0
# Sets the maximum light that a node can have for spawn to occur.
2021-05-06 05:25:10 +02:00
sneeker.spawn_maxlight (Sneeker max light for spawn) int 9
# Sets the lowest position at which sneeker can spawn.
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