Skip to content

Commit

Permalink
Fix incorrect uncolossal chest advancement
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensworks committed Jun 22, 2024
1 parent 599dc34 commit 38950aa
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,12 @@
"criteria_0": {
"trigger": "minecraft:placed_block",
"conditions": {
"block": "colossalchests:uncolossal_chest"
"location": [
{
"condition": "minecraft:block_state_property",
"block": "colossalchests:uncolossal_chest"
}
]
}
}
}
Expand Down

0 comments on commit 38950aa

Please sign in to comment.