forked from Mirrorlandia_minetest/mod-sneeker
settings: Use 'enable_debug_mods' instead of 'sneeker.debug'
This commit is contained in:
parent
6b94bef75e
commit
88794f7a8f
@ -1,4 +1,4 @@
|
|||||||
-- Settings for sneeker mod
|
-- Settings for sneeker mod
|
||||||
|
|
||||||
|
|
||||||
sneeker.debug = minetest.settings:get_bool("sneeker.debug", false)
|
sneeker.debug = minetest.settings:get_bool("enable_debug_mods", false)
|
||||||
|
@ -1,6 +1,3 @@
|
|||||||
# Logs debug output.
|
|
||||||
sneeker.debug (Log debug output) bool false
|
|
||||||
|
|
||||||
# Sets maximum number of spawns that can exist in world.
|
# Sets maximum number of spawns that can exist in world.
|
||||||
sneeker.spawn_cap (Maximum spawns) int 10
|
sneeker.spawn_cap (Maximum spawns) int 10
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user