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

40 lines
980 B
JSON
Raw Normal View History

2019-10-18 01:20:35 +02:00
{
"display": {
"title": {
"text": "Fort Bastian"
},
"description": {
"text": "Find Rickster's base"
},
"icon": {
"item": "minecraft:stone_bricks"
},
"frame": "task",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"criteria": {
"base": {
"trigger": "minecraft:location",
"conditions": {
"dimension": "overworld",
"position": {
"x": {
"min": 34,
"max": 178
},
"y": {
"min": 154,
"max": 220
},
"z": {
"min": -572,
"max": -407
}
}
}
}
},
"parent": "adventure:root"
}