1
0
spegling av https://github.com/mt-mods/homedecor_modpack.git synced 2025-11-12 04:05:27 +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
committad av Vanessa Dannenberg
förälder 7d40724d39
incheckning 5efa9af1b7

Visa fil

@@ -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