1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-10-27 19:45:23 +01:00

detect moreblocks properly

This commit is contained in:
Vanessa Ezekowitz
2014-08-13 13:03:17 -04:00
parent 380ac59b68
commit 36d86add50

View File

@@ -253,7 +253,7 @@ minetest.register_node("building_blocks:hardwood", {
sounds = default.node_sound_wood_defaults(), sounds = default.node_sound_wood_defaults(),
}) })
if moreblocks then if minetest.get_modpath("moreblocks") then
stairsplus:register_all( stairsplus:register_all(
"building_blocks", "building_blocks",