forked from mtcontrib/homedecor_modpack
detect moreblocks properly
This commit is contained in:
parent
380ac59b68
commit
36d86add50
@ -253,7 +253,7 @@ minetest.register_node("building_blocks:hardwood", {
|
||||
sounds = default.node_sound_wood_defaults(),
|
||||
})
|
||||
|
||||
if moreblocks then
|
||||
if minetest.get_modpath("moreblocks") then
|
||||
|
||||
stairsplus:register_all(
|
||||
"building_blocks",
|
||||
|
Loading…
Reference in New Issue
Block a user