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
1 changed files with 2 additions and 1 deletions

View File

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