58 lines
1.3 KiB
JSON
58 lines
1.3 KiB
JSON
{
|
|
"display": {
|
|
"icon": {
|
|
"item": "minecraft:dried_kelp_block"
|
|
},
|
|
"title": "SALAD!",
|
|
"description": "Visit Salad at W 710",
|
|
"frame": "task",
|
|
"show_toast": true,
|
|
"announce_to_chat": true
|
|
},
|
|
"parent": "locations:bases",
|
|
"criteria": {
|
|
"Salad": {
|
|
"trigger": "minecraft:location",
|
|
"conditions": {
|
|
"player": [{
|
|
"condition": "minecraft:entity_properties",
|
|
"entity": "this",
|
|
"predicate": {
|
|
"location": {
|
|
"dimension": "minecraft:overworld",
|
|
"position": {
|
|
"x": {
|
|
"min": -5725,
|
|
"max": -5625
|
|
},
|
|
"y": {
|
|
"min": 60,
|
|
"max": 100
|
|
},
|
|
"z": {
|
|
"min": -550,
|
|
"max": -460
|
|
}
|
|
}
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"condition": "minecraft:inverted",
|
|
"term": {
|
|
"condition": "minecraft:entity_properties",
|
|
"entity": "this",
|
|
"predicate": {
|
|
"type_specific": {
|
|
"type": "player",
|
|
"gamemode": "spectator"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|