mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2024-12-23 00:20:17 +01:00
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(),
|
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",
|
||||||
|
Loading…
Reference in New Issue
Block a user