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

View File

@ -9,7 +9,7 @@
"show_toast": false, "show_toast": false,
"announce_to_chat": true "announce_to_chat": true
}, },
"parent": "locations:root", "parent": "locations:landmarks",
"criteria": { "criteria": {
"be_near": { "be_near": {
"trigger": "minecraft:location", "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"
}
}
}