custom_mc_advancements/data/birbmc/advancements/who_needs_sleep_anyway.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": "birbmc:now_were_talking",
"criteria": {
"100_phantoms": {
"trigger": "minecraft:location",
"conditions": {
"player": {
"player": {
"stats": [
{
"type": "minecraft:killed",
"stat": "minecraft:phantom",
"value": {
"min": 1000
}
}
]
}
}
}
}
}
}