custom_mc_advancements/data/locations/advancements/agent_p.json

37 lines
900 B
JSON
Raw Normal View History

2021-07-30 23:45:44 +00:00
{
"display": {
"icon": {
"item": "minecraft:cyan_concrete"
2021-07-30 23:45:44 +00:00
},
"title": "Agent P",
"description": "A platypus? (at spawn)",
2021-07-30 23:45:44 +00:00
"frame": "task",
"show_toast": false,
"announce_to_chat": true
},
"parent": "locations:landmarks",
2021-07-30 23:45:44 +00:00
"criteria": {
"be_near": {
"trigger": "minecraft:location",
"conditions": {
"dimension": "minecraft:overworld",
"position": {
"x": {
"min": -54,
"max": -45
},
2021-07-30 23:45:44 +00:00
"y": {
"min": 124,
"max": 131
2021-07-30 23:45:44 +00:00
},
"z": {
"min": -370,
"max": -362
2021-07-30 23:45:44 +00:00
}
}
}
}
}
}