39 lines
No EOL
791 B
JSON
39 lines
No EOL
791 B
JSON
{
|
|
"parent": "minecraft:end/enter_end_gateway",
|
|
"criteria": {
|
|
"in_city": {
|
|
"conditions": {
|
|
"player": [
|
|
{
|
|
"condition": "minecraft:entity_properties",
|
|
"entity": "this",
|
|
"predicate": {
|
|
"location": {
|
|
"structures": "minecraft:end_city"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"trigger": "minecraft:location"
|
|
}
|
|
},
|
|
"display": {
|
|
"description": {
|
|
"translate": "advancements.end.find_end_city.description"
|
|
},
|
|
"icon": {
|
|
"count": 1,
|
|
"id": "minecraft:purpur_block"
|
|
},
|
|
"title": {
|
|
"translate": "advancements.end.find_end_city.title"
|
|
}
|
|
},
|
|
"requirements": [
|
|
[
|
|
"in_city"
|
|
]
|
|
],
|
|
"sends_telemetry_event": true
|
|
} |