Add files via upload
This commit is contained in:
parent
435dd9943d
commit
77a340d621
@ -475,4 +475,24 @@ stairs.register_stair_and_slab(
|
||||
"Cobblestone Stair",
|
||||
"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
|
||||
)
|
Loading…
x
Reference in New Issue
Block a user