diff options
author | root <root@linux-forks.de> | 2018-11-14 12:45:10 +0100 |
---|---|---|
committer | root <root@linux-forks.de> | 2018-11-14 12:45:10 +0100 |
commit | 070c5dd08e9652cd540542b860d5a5cce1f8c7d4 (patch) | |
tree | 55b8404d46f195a38bb34a470290a9cacd4b75bd /stairs.lua | |
parent | 31fe2ff374e72fb8ea44d50cd82d6fc8b9be5463 (diff) | |
parent | b29634b3632aebe6c21d035884ed454cfd7ce77a (diff) |
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"), |