ActuallyAdditions/src/generated/resources/data/actuallyadditions/advancements/craft_energyface.json
Mrbysco acef152961 Generate advancements
Still not all, but not sure all of them are still relevant
2023-12-03 15:41:58 +01:00

35 lines
725 B
JSON

{
"parent": "actuallyadditions:craft_phantom_face",
"display": {
"icon": {
"item": "actuallyadditions:phantom_energyface"
},
"title": {
"translate": "achievement.actuallyadditions.craftEnergyface"
},
"description": {
"translate": "achievement.actuallyadditions.craftEnergyface.desc"
},
"frame": "task",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"criteria": {
"energyface": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "actuallyadditions:phantom_energyface"
}
]
}
}
},
"requirements": [
[
"energyface"
]
]
}