Loading stairs.lua +7 −0 Original line number Diff line number Diff line Loading @@ -56,6 +56,13 @@ stairs.register_all("frost_wood", "ethereal:frost_wood", S("Frost Wood Slab"), default.node_sound_wood_defaults()) stairs.register_all("frost_tree", "ethereal:frost_tree", {choppy = 2, oddly_breakable_by_hand = 1, put_out_fire = 1}, {"frost_tree.png"}, S("Frost Tree Stair"), S("Frost Tree Slab"), default.node_sound_wood_defaults()) stairs.register_all("yellow_wood", "ethereal:yellow_wood", {choppy = 2, oddly_breakable_by_hand = 1, put_out_fire = 1}, {"yellow_wood.png"}, Loading Loading
stairs.lua +7 −0 Original line number Diff line number Diff line Loading @@ -56,6 +56,13 @@ stairs.register_all("frost_wood", "ethereal:frost_wood", S("Frost Wood Slab"), default.node_sound_wood_defaults()) stairs.register_all("frost_tree", "ethereal:frost_tree", {choppy = 2, oddly_breakable_by_hand = 1, put_out_fire = 1}, {"frost_tree.png"}, S("Frost Tree Stair"), S("Frost Tree Slab"), default.node_sound_wood_defaults()) stairs.register_all("yellow_wood", "ethereal:yellow_wood", {choppy = 2, oddly_breakable_by_hand = 1, put_out_fire = 1}, {"yellow_wood.png"}, Loading