Stairs: Add tin block stairs and slab

master^2
Fixer 2017-07-08 00:21:14 +03:00 committed by paramat
parent 0cdee1d8f5
commit 1aafcdd7e0
1 changed files with 10 additions and 0 deletions

View File

@ -732,6 +732,16 @@ stairs.register_stair_and_slab(
default.node_sound_metal_defaults()
)
stairs.register_stair_and_slab(
"tinblock",
"default:tinblock",
{cracky = 1, level = 2},
{"default_tin_block.png"},
"Tin Block Stair",
"Tin Block Slab",
default.node_sound_metal_defaults()
)
stairs.register_stair_and_slab(
"copperblock",
"default:copperblock",