summaryrefslogtreecommitdiff
path: root/stairs.lua
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2015-11-14 10:21:06 +0000
committerTenPlus1 <kinsellaja@yahoo.com>2015-11-14 10:21:06 +0000
commitbc2b58ab8eb7593bd40abb5b6bf7ad0eded8a3d4 (patch)
tree67db80e13e10d2ab6acadda40041272b28a1e699 /stairs.lua
parentedef04429e1c410b5ff16eab9424228d3b5fbd2b (diff)
Added birch tree, tweaked mapgen and abm's
Diffstat (limited to 'stairs.lua')
-rw-r--r--stairs.lua7
1 files changed, 7 insertions, 0 deletions
diff --git a/stairs.lua b/stairs.lua
index 12578e3..bd511be 100644
--- a/stairs.lua
+++ b/stairs.lua
@@ -66,6 +66,13 @@ stairs.register_stair_and_slab("palm_wood", "ethereal:palm_wood",
"Palm Wood Slab",
default.node_sound_wood_defaults())
+stairs.register_stair_and_slab("birch_wood", "ethereal:birch_wood",
+ {choppy = 2, oddly_breakable_by_hand = 1, flammable = 3, not_in_craft_guide = 1},
+ {"moretrees_birch_wood.png"},
+ "Birch Wood Stair",
+ "Birch Wood Slab",
+ default.node_sound_wood_defaults())
+
stairs.register_stair_and_slab("banana_wood", "ethereal:banana_wood",
{choppy = 2, oddly_breakable_by_hand = 1, flammable = 3, not_in_craft_guide = 1},
{"banana_wood.png"},