1
0
mirror of https://github.com/mt-mods/homedecor_modpack.git synced 2024-12-23 00:20:17 +01:00

Building_blocks Alias (#398)

Alias for old node Tar cut by moreblocks.
This commit is contained in:
Jat15 2017-11-20 18:26:57 +01:00 committed by Vanessa Dannenberg
parent 7d40724d39
commit 5efa9af1b7

View File

@ -18,6 +18,7 @@ if minetest.get_modpath("moreblocks") then
end end
minetest.unregister_item("moreblocks:tar") minetest.unregister_item("moreblocks:tar")
minetest.register_alias("moreblocks:tar", "building_blocks:Tar") minetest.register_alias("moreblocks:tar", "building_blocks:Tar")
stairsplus:register_alias_all("moreblocks", "tar", "building_blocks", "Tar")
end end
minetest.register_alias("adobe", "building_blocks:Adobe") minetest.register_alias("adobe", "building_blocks:Adobe")
@ -53,4 +54,4 @@ if not minetest.get_modpath("technic") then
tiles={"technic_granite.png"}, tiles={"technic_granite.png"},
}) })
end end
end end