Allow disabling of behavior
This commit is contained in:
parent
318309aa41
commit
e5800e246a
8
init.lua
8
init.lua
@ -1,5 +1,11 @@
|
||||
local modpath = minetest.get_modpath(minetest.get_current_modname())
|
||||
|
||||
dofile(modpath.."/api.lua")
|
||||
dofile(modpath.."/behavior.lua")
|
||||
|
||||
if minetest.settings:get_bool("large_slugs_do_behavior", true) then
|
||||
dofile(modpath.."/behavior.lua")
|
||||
end
|
||||
|
||||
dofile(modpath.."/slugs.lua")
|
||||
|
||||
dofile(modpath.."/mapgen.lua")
|
||||
|
Loading…
x
Reference in New Issue
Block a user