don't ignore moreblocks if xdecor is installed
This commit is contained in:
parent
036a03d11e
commit
6670422de9
4
init.lua
4
init.lua
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user