Add group wood to wood nodes so that fences connect (#25)

This commit is contained in:
superfloh247 2023-01-24 12:46:15 +01:00 committed by GitHub
parent 2cd54d5bdd
commit f22b0c8580
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ local function add_door(color, desc, img)
paramtype = "light",
tiles = {"mydoors_"..img.."_wood.png"},
paramtype = "light",
groups = {cracky = 2, choppy = 2},
groups = {cracky = 2, choppy = 2, wood = 1},
sounds = default.node_sound_wood_defaults(),
})