39 lines
No EOL
790 B
JSON
39 lines
No EOL
790 B
JSON
{
|
|
"parent": "minecraft:nether/root",
|
|
"criteria": {
|
|
"fortress": {
|
|
"conditions": {
|
|
"player": [
|
|
{
|
|
"condition": "minecraft:entity_properties",
|
|
"entity": "this",
|
|
"predicate": {
|
|
"location": {
|
|
"structures": "minecraft:fortress"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"trigger": "minecraft:location"
|
|
}
|
|
},
|
|
"display": {
|
|
"description": {
|
|
"translate": "advancements.nether.find_fortress.description"
|
|
},
|
|
"icon": {
|
|
"count": 1,
|
|
"id": "minecraft:nether_bricks"
|
|
},
|
|
"title": {
|
|
"translate": "advancements.nether.find_fortress.title"
|
|
}
|
|
},
|
|
"requirements": [
|
|
[
|
|
"fortress"
|
|
]
|
|
],
|
|
"sends_telemetry_event": true
|
|
} |