Move settings variables & functions:
- Settings to 'settings.lua' - Functions to 'functions.lua'
This commit is contained in:
committed by
Jordan Irwin
parent
e2badd6a6f
commit
40f0c24552
5
settings.lua
Normal file
5
settings.lua
Normal file
@@ -0,0 +1,5 @@
|
||||
-- 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
|
||||
Reference in New Issue
Block a user