Fix lost_and_found triggering on doors
This commit is contained in:
parent
40d3bf553d
commit
1dce4909d0
1 changed files with 4 additions and 2 deletions
|
@ -23,7 +23,9 @@
|
|||
"location": {
|
||||
"dimension": "dimdoors:dungeon_pockets",
|
||||
"block": {
|
||||
"block": "minecraft:chest"
|
||||
"blocks": [
|
||||
"minecraft:chest"
|
||||
]
|
||||
}
|
||||
},
|
||||
"item": {}
|
||||
|
@ -35,4 +37,4 @@
|
|||
"open_chest"
|
||||
]
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue