- Added holy_radiance, agent_p

- Removed duplicate flying jack from canopy folder
master
Ben Maurer 2021-08-08 12:01:30 -05:00
parent 0aff0d6a55
commit 3a118f1aa6
4 changed files with 65 additions and 11 deletions

View File

@ -1,15 +1,15 @@
{
"display": {
"icon": {
"item": "minecraft:ladder"
"item": "minecraft:cyan_concrete"
},
"title": "I'm Flying, Jack!",
"description": "Summit spawn mountain",
"title": "Agent P",
"description": "A platypus? (at spawn)",
"frame": "task",
"show_toast": false,
"announce_to_chat": true
},
"parent": "locations:root",
"parent": "locations:landmarks",
"criteria": {
"be_near": {
"trigger": "minecraft:location",
@ -17,16 +17,16 @@
"dimension": "minecraft:overworld",
"position": {
"x": {
"min": 35,
"max": 50
"min": -54,
"max": -45
},
"y": {
"min": 160,
"max": 180
"min": 124,
"max": 131
},
"z": {
"min": -240,
"max": -220
"min": -370,
"max": -362
}
}
}

View File

@ -9,7 +9,7 @@
"show_toast": false,
"announce_to_chat": true
},
"parent": "locations:root",
"parent": "locations:landmarks",
"criteria": {
"be_near": {
"trigger": "minecraft:location",

View File

@ -0,0 +1,36 @@
{
"display": {
"icon": {
"item": "minecraft:cooked_mutton"
},
"title": "Blessed by Her Holy Radiance",
"description": Bore witness to the anime sheep.",
"frame": "task",
"show_toast": false,
"announce_to_chat": true
},
"parent": "locations:landmarks",
"criteria": {
"be_near": {
"trigger": "minecraft:location",
"conditions": {
"dimension": "minecraft:overworld",
"position": {
"x": {
"min": 3777,
"max": 3895
},
"y": {
"min": 60,
"max": 400
},
"z": {
"min": 1670,
"max": 1870
}
}
}
}
}
}

View File

@ -0,0 +1,18 @@
{
"display": {
"icon": {
"item": "minecraft:elytra"
},
"title": "Server Landmarks",
"description": "Visit special places around The Canopy",
"frame": "task",
"show_toast": false,
"announce_to_chat": false
},
"parent": "locations:root",
"criteria": {
"instant": {
"trigger": "minecraft:tick"
}
}
}