Skip to content

Commit

Permalink
Stairs: Add tin block stairs and slab
Browse files Browse the repository at this point in the history
  • Loading branch information
Fixer-007 authored and paramat committed Jul 8, 2017
1 parent 0cdee1d commit 1aafcdd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions mods/stairs/init.lua
Expand Up @@ -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",
Expand Down

0 comments on commit 1aafcdd

Please sign in to comment.