diff options
author | TenPlus1 <kinsellaja@yahoo.com> | 2018-11-01 14:43:06 +0000 |
---|---|---|
committer | TenPlus1 <kinsellaja@yahoo.com> | 2018-11-01 14:43:06 +0000 |
commit | b29634b3632aebe6c21d035884ed454cfd7ce77a (patch) | |
tree | ee3aa86bfdee090a2a7981b8ffff1b69f803b35b /stairs.lua | |
parent | 80bd5dfebfb4b607f8d4aa842934b2b24e9b0f51 (diff) |
change bamboo floor recipe and add bamboo block
Diffstat (limited to 'stairs.lua')
-rw-r--r-- | stairs.lua | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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"), |