Skip to content

Commit

Permalink
Fix catacombs advancement
Browse files Browse the repository at this point in the history
  • Loading branch information
iron431 committed Jun 1, 2023
1 parent 5e566e6 commit de41f7a
Showing 1 changed file with 12 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,18 @@
},
"parent": "irons_spellbooks:irons_spellbooks/make_wayward_compass",
"criteria": {
"in_catacombs": {
"in_stronghold": {
"trigger": "minecraft:location",
"conditions": {
"player": [
{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"location": {
"structure": "irons_spellbooks:catacombs"
}
}
}
]
},
"trigger": "minecraft:location"
"location": {
"feature": "irons_spellbooks:catacombs"
}
}
}
}
},
"requirements": [
[
"in_stronghold"
]
]
}

0 comments on commit de41f7a

Please sign in to comment.