1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2025-07-14 20:00:17 +02:00

if both gloopblocks and moreblocks present, don't register "gravel spread"

alias it to gloopblocks:slab_gravel_1
This commit is contained in:
Vanessa Dannenberg
2018-10-25 13:03:25 -04:00
parent f7ff5ae3f4
commit bf79c7d430
4 changed files with 40 additions and 27 deletions

View File

@ -19,6 +19,10 @@ if minetest.get_modpath("moreblocks") then
minetest.unregister_item("moreblocks:tar")
minetest.register_alias("moreblocks:tar", "building_blocks:Tar")
stairsplus:register_alias_all("moreblocks", "tar", "building_blocks", "Tar")
if minetest.get_modpath("gloopblocks") then
minetest.register_alias("building_blocks:gravel_spread", "gloopblocks:slab_gravel_1")
end
end
minetest.register_alias("adobe", "building_blocks:Adobe")