add missing wood group

This commit is contained in:
tenplus1 2023-09-17 09:56:28 +01:00
parent 48abadafd6
commit 7ee062f70c

View File

@ -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
})