Skip to content
Snippets Groups Projects
Commit 5efa9af1 authored by Jat15's avatar Jat15 Committed by Vanessa Dannenberg
Browse files

Building_blocks Alias (#398)

Alias for old node Tar cut by moreblocks.
parent 7d40724d
No related branches found
No related tags found
No related merge requests found
......@@ -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
\ No newline at end of file
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment