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