don't ignore moreblocks if xdecor is installed

This commit is contained in:
Vanessa Ezekowitz 2015-10-08 03:31:50 -04:00
parent 036a03d11e
commit 6670422de9

View File

@ -235,7 +235,9 @@ if minetest.get_modpath("xdecor") then
}) })
end end
end end
elseif minetest.get_modpath("moreblocks") then end
if minetest.get_modpath("moreblocks") then
stairsplus:register_all("gloopblocks", "oerkki_block", "gloopblocks:oerkki_block", { stairsplus:register_all("gloopblocks", "oerkki_block", "gloopblocks:oerkki_block", {
description = "Oerkki Block", description = "Oerkki Block",