60 lines
1.5 KiB
JSON
60 lines
1.5 KiB
JSON
{
|
|
"display": {
|
|
"title": {
|
|
"text": "Who Lives here?"
|
|
},
|
|
"description": {
|
|
"text": "Find a mystery building"
|
|
},
|
|
"icon": {
|
|
"item": "minecraft:stone"
|
|
},
|
|
"frame": "task",
|
|
"show_toast": true,
|
|
"announce_to_chat": true,
|
|
"hidden": true
|
|
},
|
|
"criteria": {
|
|
"mystery1": {
|
|
"trigger": "minecraft:location",
|
|
"conditions": {
|
|
"dimension": "overworld",
|
|
"position": {
|
|
"x": {
|
|
"min": 174,
|
|
"max": 190
|
|
},
|
|
"y": {
|
|
"min": 60,
|
|
"max": 68
|
|
},
|
|
"z": {
|
|
"min": -11,
|
|
"max": -2
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"mystery2": {
|
|
"trigger": "minecraft:location",
|
|
"conditions": {
|
|
"dimension": "overworld",
|
|
"position": {
|
|
"x": {
|
|
"min": 243,
|
|
"max": 257
|
|
},
|
|
"y": {
|
|
"min": 62,
|
|
"max": 73
|
|
},
|
|
"z": {
|
|
"min": 144,
|
|
"max": 153
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"parent": "adventure:root"
|
|
} |