-Added far_out_man

-Added alright_i_give_up
-Added diggy_diggy_hole
master
Ben Maurer 2021-08-02 21:58:40 -05:00
parent e89dc44223
commit ddaad0ba26
5 changed files with 132 additions and 0 deletions

View File

@ -0,0 +1,32 @@
{
"display": {
"icon": {
"item": "minecraft:elytra"
},
"title": "... Alright, I Give Up.",
"description": "And you thought 100,000 was far...",
"frame": "Challenge",
"show_toast": false,
"announce_to_chat": true
},
"parent": "canopy:yeet",
"criteria": {
"be_near": {
"trigger": "minecraft:location",
"conditions": {
"dimension": "minecraft:the_end",
"position": {
"x": {
"min": 1000000,
"max": -1000000
},
"z": {
"min": 1000000,
"max": -1000000
}
}
}
}
}
}

View File

@ -0,0 +1,32 @@
{
"display": {
"icon": {
"item": "minecraft:red_bed"
},
"title": "Diggy Diggy Hole",
"description": "Mine 1,000,000 stone.",
"frame": "challenge",
"announce_to_chat": true
},
"parent": "canopy:root",
"criteria": {
"mine_stone": {
"trigger": "minecraft:location",
"conditions": {
"player": {
"player": {
"stats": [
{
"type": "minecraft:mined",
"stat": "minecraft:stone",
"value": {
"min": 10
}
}
]
}
}
}
}
}
}

View File

@ -0,0 +1,32 @@
{
"display": {
"icon": {
"item": "minecraft:elytra"
},
"title": "Far Out Man.",
"description": "Reach 100,000 in The End.",
"frame": "Challenge",
"show_toast": false,
"announce_to_chat": true
},
"parent": "canopy:yeet",
"criteria": {
"be_near": {
"trigger": "minecraft:location",
"conditions": {
"dimension": "minecraft:the_end",
"position": {
"x": {
"min": 100000,
"max": -100000
},
"z": {
"min": 100000,
"max": -100000
}
}
}
}
}
}

View File

@ -0,0 +1,36 @@
{
"display": {
"icon": {
"item": "minecraft:ladder"
},
"title": "I'm Flying, Jack!",
"description": "Summit spawn mountain",
"frame": "task",
"show_toast": false,
"announce_to_chat": true
},
"parent": "locations:root",
"criteria": {
"be_near": {
"trigger": "minecraft:location",
"conditions": {
"dimension": "minecraft:overworld",
"position": {
"x": {
"min": 35,
"max": 50
},
"y": {
"min": 160,
"max": 180
},
"z": {
"min": -240,
"max": -220
}
}
}
}
}
}