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

40 lines
967 B
JSON
Raw Normal View History

2019-10-18 01:20:35 +02:00
{
"display": {
"title": {
"text": "The Shire"
},
"description": {
"text": "Find The Hobbithowl"
},
"icon": {
"item": "minecraft:stone"
},
"frame": "task",
"show_toast": true,
"announce_to_chat": true,
"hidden": true
},
"criteria": {
"hobbit": {
"trigger": "minecraft:location",
"conditions": {
"dimension": "overworld",
"position": {
"x": {
"min": 228,
"max": 253
},
"y": {
"min": 64,
"max": 72
},
"z": {
"min": 156,
"max": 176
}
}
}
}
},
"parent": "adventure:root"
}