forked from minetest-mods/moreblocks
brass block stairs/slabs/etc (#135)
This commit is contained in:
parent
1482a7810f
commit
ca45478761
@ -112,7 +112,7 @@ if minetest.get_modpath("wool") then
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
-- basic_materials, keeping the original technic-oriented names
|
-- basic_materials, keeping the original other-mod-oriented names
|
||||||
-- for backwards compatibility
|
-- for backwards compatibility
|
||||||
|
|
||||||
if minetest.get_modpath("basic_materials") then
|
if minetest.get_modpath("basic_materials") then
|
||||||
@ -134,6 +134,12 @@ if minetest.get_modpath("basic_materials") then
|
|||||||
sunlight_propagates = true,
|
sunlight_propagates = true,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
stairsplus:register_all("technic", "brass_block", "basic_materials:brass_block", {
|
||||||
|
description="Brass Block",
|
||||||
|
groups={cracky=1, not_in_creative_inventory=1},
|
||||||
|
tiles={"basic_materials_brass_block.png"},
|
||||||
|
})
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
-- Alias cuts of split_stone_tile_alt which was renamed checker_stone_tile.
|
-- Alias cuts of split_stone_tile_alt which was renamed checker_stone_tile.
|
||||||
|
Loading…
Reference in New Issue
Block a user