mods - mod jam - allows old way to get boolean value, for tnt
This commit is contained in:
parent
586980f672
commit
d429493f6c
@ -117,7 +117,7 @@ if (PATH_FINDER == nil) then
|
||||
PATH_FINDER = 1
|
||||
end
|
||||
|
||||
local enable_tnt = minetest.settings:get_bool("enable_tnt")
|
||||
local enable_tnt = minetest.settings:get_bool("enable_tnt") or minetest.settings:get("enable_tnt") or false
|
||||
|
||||
local spawn_nodes = {"group:stone"}
|
||||
if minetest.get_modpath("nether") then
|
||||
|
Loading…
Reference in New Issue
Block a user