Fix lost_and_found triggering on doors

This commit is contained in:
noi2coco 2021-07-11 16:35:59 +02:00
parent 40d3bf553d
commit 1dce4909d0

View file

@ -23,7 +23,9 @@
"location": { "location": {
"dimension": "dimdoors:dungeon_pockets", "dimension": "dimdoors:dungeon_pockets",
"block": { "block": {
"block": "minecraft:chest" "blocks": [
"minecraft:chest"
]
} }
}, },
"item": {} "item": {}
@ -35,4 +37,4 @@
"open_chest" "open_chest"
] ]
] ]
} }