add frost_tree stairs
This commit is contained in:
parent
e0da0847e1
commit
35b450bbc9
@ -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…
x
Reference in New Issue
Block a user