40 lines
967 B
JSON
40 lines
967 B
JSON
{
|
|
"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"
|
|
} |