Fix Aspen

This commit is contained in:
Extex101 2019-09-18 14:28:39 -07:00 committed by GitHub
parent 8405baf781
commit b80da80daa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1092,7 +1092,7 @@ minetest.register_node("default:aspen_tree", {
"default_aspen_tree.png"},
paramtype2 = "facedir",
is_ground_content = false,
groups = {tree = 1, choppy = 3, oddly_breakable_by_hand = 1, flammable = 3, hardwood = 1},
groups = {tree = 1, choppy = 3, oddly_breakable_by_hand = 1, flammable = 3, softwood = 1},
sounds = default.node_sound_wood_defaults(),
on_place = minetest.rotate_node