33 lines
901 B
JSON
33 lines
901 B
JSON
|
{
|
||
|
"display": {
|
||
|
"icon": {
|
||
|
"item": "minecraft:red_bed"
|
||
|
},
|
||
|
"title": "Who Needs Sleep Anyways?",
|
||
|
"description": "Kill 1000 phantoms... I don't think itll ever be enough honestly.",
|
||
|
"frame": "challenge",
|
||
|
"announce_to_chat": true
|
||
|
},
|
||
|
"parent": "canopy:now_were_talking",
|
||
|
"criteria": {
|
||
|
"100_phantoms": {
|
||
|
"trigger": "minecraft:location",
|
||
|
"conditions": {
|
||
|
"player": {
|
||
|
"player": {
|
||
|
"stats": [
|
||
|
{
|
||
|
"type": "minecraft:killed",
|
||
|
"stat": "minecraft:phantom",
|
||
|
"value": {
|
||
|
"min": 1000
|
||
|
}
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|