Updated several mods for Minetest 0.4.16
castles modpack, areas, biome_lib, blox, boost_cart, plantlife modpack caverealms, coloredwood, concrete, currency, farming redo, home decor, ilights, mesecons, moreores, pipeworks, signs_lib, technic, unified inventory unified bricks, unified dyes, worldedit, and xban2
This commit is contained in:
@@ -12,7 +12,7 @@ else
|
||||
S = function(s) return s end
|
||||
end
|
||||
|
||||
if minetest.get_modpath("unified_inventory") or not minetest.setting_getbool("creative_mode") then
|
||||
if minetest.get_modpath("unified_inventory") or not minetest.settings:get_bool("creative_mode") then
|
||||
ilights.expect_infinite_stacks = false
|
||||
else
|
||||
ilights.expect_infinite_stacks = true
|
||||
|
Reference in New Issue
Block a user