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

41 lines
1.0 KiB
JSON
Raw Permalink Normal View History

2019-10-18 01:20:35 +02:00
{
"display": {
"title": {
"text": "tz'apaja",
"obfuscated": true
},
"description": {
"text": "Find csybr's base (be sure to leave a sign!)"
},
"icon": {
"item": "minecraft:smooth_stone_slab"
},
"frame": "task",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"criteria": {
"base": {
"trigger": "minecraft:location",
"conditions": {
"dimension": "overworld",
"position": {
"x": {
"min": -190,
"max": 18
},
"y": {
"min": 184,
"max": 255
},
"z": {
"min": -495,
"max": -352
}
}
}
}
},
"parent": "adventure:root"
}