parent
e89dc44223
commit
ddaad0ba26
|
@ -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
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
@ -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
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
|
@ -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
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
|
@ -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
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue