forked from Mirrorlandia_minetest/mod-sneeker
40f0c24552
- Settings to 'settings.lua' - Functions to 'functions.lua'
6 lines
176 B
Lua
6 lines
176 B
Lua
-- Settings for sneaker mod
|
|
|
|
|
|
sneaker.debug = minetest.settings:get_bool("sneaker_debug", false)
|
|
sneaker.spawn_cap = tonumber(minetest.settings:get("sneaker_spawn_cap")) or 50
|