summaryrefslogtreecommitdiff
path: root/stairs.lua
diff options
context:
space:
mode:
authorTenPlus1 <kinsellaja@yahoo.com>2018-11-01 14:43:06 +0000
committerTenPlus1 <kinsellaja@yahoo.com>2018-11-01 14:43:06 +0000
commitb29634b3632aebe6c21d035884ed454cfd7ce77a (patch)
treeee3aa86bfdee090a2a7981b8ffff1b69f803b35b /stairs.lua
parent80bd5dfebfb4b607f8d4aa842934b2b24e9b0f51 (diff)
change bamboo floor recipe and add bamboo block
Diffstat (limited to 'stairs.lua')
-rw-r--r--stairs.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/stairs.lua b/stairs.lua
index e0eb175..3e6c155 100644
--- a/stairs.lua
+++ b/stairs.lua
@@ -98,7 +98,7 @@ stairs.register_all("redwood_wood", "ethereal:redwood_wood",
S("Redwood Slab"),
default.node_sound_wood_defaults())
-stairs.register_all("bamboo_wood", "ethereal:bamboo_floor",
+stairs.register_all("bamboo_wood", "ethereal:bamboo_block",
{snappy = 3, choppy = 2, oddly_breakable_by_hand = 1, flammable = 3},
{"bamboo_floor.png"},
S("Bamboo stair"),
@@ -202,7 +202,7 @@ stairsplus:register_all("ethereal", "redwood_wood", "ethereal:redwood_wood", {
sounds = default.node_sound_wood_defaults(),
})
-stairsplus:register_all("ethereal", "bamboo_wood", "ethereal:bamboo_floor", {
+stairsplus:register_all("ethereal", "bamboo_wood", "ethereal:bamboo_block", {
description = S("Bamboo"),
tiles = {"bamboo_floor.png"},
groups = {snappy = 3, choppy = 2, oddly_breakable_by_hand = 1, flammable = 3},
@@ -307,7 +307,7 @@ stairs.register_stair_and_slab("redwood_wood", "ethereal:redwood_wood",
S("Redwood Slab"),
default.node_sound_wood_defaults())
-stairs.register_stair_and_slab("bamboo_wood", "ethereal:bamboo_floor",
+stairs.register_stair_and_slab("bamboo_wood", "ethereal:bamboo_block",
{snappy = 3, choppy = 2, oddly_breakable_by_hand = 1, flammable = 3},
{"bamboo_floor.png"},
S("Bamboo stair"),