salad.json
parent
fff927a347
commit
6522a17f02
|
@ -0,0 +1,57 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue