let moreblocks handle brass block stairs et. al (#456)

This commit is contained in:
Vanessa Dannenberg 2018-11-24 11:35:06 -05:00 committed by Nathanaël Courant
parent 2b2411d1ee
commit 51d7bd81ff
1 changed files with 0 additions and 6 deletions

View File

@ -57,12 +57,6 @@ if minetest.get_modpath("moreblocks") then
tiles={"technic_stainless_steel_block.png"},
})
stairsplus:register_all("technic", "brass_block", "basic_materials:brass_block", {
description=S("Brass Block"),
groups={cracky=1, not_in_creative_inventory=1},
tiles={"basic_materials_brass_block.png"},
})
function register_technic_stairs_alias(modname, origname, newmod, newname)
minetest.register_alias(modname .. ":slab_" .. origname, newmod..":slab_" .. newname)
minetest.register_alias(modname .. ":slab_" .. origname .. "_inverted", newmod..":slab_" .. newname .. "_inverted")