forked from Mirrorlandia_minetest/mod-sneeker
f50c7f37ca
- Settings to 'settings.lua' - Functions to 'functions.lua'
6 lines
161 B
Lua
6 lines
161 B
Lua
-- Settings for sneaker mod
|
|
|
|
|
|
sneaker.debug = minetest.setting_get('sneaker_debug') or false
|
|
sneaker.spawn_cap = minetest.setting_get('sneaker_spawn_cap') or 50
|