Fix colwood group

master
Wuzzy 2020-11-04 22:59:31 +01:00
parent 45bead8de0
commit fbf894a20e
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ for p=1, #planks do
minetest.register_node("hades_trees:"..id, {
description = desc,
tiles = {tile},
groups = {choppy=3,oddly_breakable_by_hand=2,flammable=3,wood=1,colwood=1},
groups = {choppy=3,oddly_breakable_by_hand=2,flammable=3,wood=1,colwood=colwood},
sounds = hades_sounds.node_sound_wood_defaults(),
})
end