detect moreblocks properly

This commit is contained in:
Vanessa Ezekowitz 2014-08-13 13:03:17 -04:00
parent 380ac59b68
commit 36d86add50
1 changed files with 1 additions and 1 deletions

View File

@ -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",