From b80da80daa933c2068b90e9f367e4d7dc63e02f2 Mon Sep 17 00:00:00 2001 From: Extex101 <33675971+Extex101@users.noreply.github.com> Date: Wed, 18 Sep 2019 14:28:39 -0700 Subject: [PATCH] Fix Aspen --- mods/default/nodes.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/default/nodes.lua b/mods/default/nodes.lua index 78f54809..7a8b2e53 100644 --- a/mods/default/nodes.lua +++ b/mods/default/nodes.lua @@ -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