From b29634b3632aebe6c21d035884ed454cfd7ce77a Mon Sep 17 00:00:00 2001 From: TenPlus1 Date: Thu, 1 Nov 2018 14:43:06 +0000 Subject: change bamboo floor recipe and add bamboo block --- stairs.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'stairs.lua') 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"), -- cgit v1.2.3