From 7ee062f70c08aa5aa85e478d32488302c6c74581 Mon Sep 17 00:00:00 2001 From: tenplus1 Date: Sun, 17 Sep 2023 09:56:28 +0100 Subject: [PATCH] add missing wood group --- wood.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wood.lua b/wood.lua index e0e08e9..0afe471 100644 --- a/wood.lua +++ b/wood.lua @@ -7,7 +7,7 @@ minetest.register_node("ethereal:basandra_wood", { tiles = {"ethereal_basandra_bush_wood.png"}, paramtype2 = "facedir", is_ground_content = false, - groups = {choppy = 2, oddly_breakable_by_hand = 1}, + groups = {wood = 1, choppy = 2, oddly_breakable_by_hand = 1}, sounds = default.node_sound_wood_defaults(), on_place = minetest.rotate_node })