minecraft-datapacks/datapacks/dodsorfas_advancements/data/adventure/advancements/japan.json

40 lines
999 B
JSON
Raw Permalink Normal View History

2019-10-18 01:20:35 +02:00
{
"display": {
"title": {
"text": "Ze Home of Anime"
},
"description": {
"text": "Find Japan and it's great wall"
},
"icon": {
"item": "minecraft:cobblestone_wall"
},
"frame": "task",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"criteria": {
"japan": {
"trigger": "minecraft:location",
"conditions": {
"dimension": "overworld",
"position": {
"x": {
"min": -353,
"max": -83
},
"y": {
"min": 63,
"max": 173
},
"z": {
"min": -167,
"max": -20
}
}
}
}
},
"parent": "adventure:root"
}