Commit 35b450bb authored by Milan's avatar Milan
Browse files

add frost_tree stairs

parent e0da0847
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -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"},