From 77a340d621ef69c122f00d96c845013a3fd16483 Mon Sep 17 00:00:00 2001 From: Gerold55 Date: Sat, 23 Mar 2019 22:32:24 -0400 Subject: [PATCH] Add files via upload --- mods/stairs/init.lua | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/mods/stairs/init.lua b/mods/stairs/init.lua index c6241a7..10fb33f 100644 --- a/mods/stairs/init.lua +++ b/mods/stairs/init.lua @@ -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 ) \ No newline at end of file