Add files via upload

This commit is contained in:
Gerold55 2019-03-23 22:32:24 -04:00 committed by GitHub
parent 435dd9943d
commit 77a340d621
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -476,3 +476,23 @@ stairs.register_stair_and_slab(
"Cobblestone Slab",
true
)
stairs.register_stair_and_slab(
"thatch",
"buildings:thatch",
{cracky = 3},
{"ws_thatch.png"},
"Thatch Stair",
"Thatch Slab",
true
)
stairs.register_stair_and_slab(
"rammed_earth",
"buildings:rammed_earth",
{cracky = 3},
{"ws_rammed_earth.png"},
"Rammed Earth Stair",
"Rammed Earth Slab",
true
)