2023-12-03 15:41:58 +01:00
|
|
|
{
|
|
|
|
"parent": "actuallyadditions:craft_coal_generator",
|
|
|
|
"display": {
|
|
|
|
"icon": {
|
|
|
|
"item": "actuallyadditions:coffee_beans"
|
|
|
|
},
|
|
|
|
"title": {
|
|
|
|
"translate": "achievement.actuallyadditions.pickUpCoffee"
|
|
|
|
},
|
|
|
|
"description": {
|
|
|
|
"translate": "achievement.actuallyadditions.pickUpCoffee.desc"
|
|
|
|
},
|
|
|
|
"frame": "task",
|
|
|
|
"show_toast": true,
|
|
|
|
"announce_to_chat": true,
|
|
|
|
"hidden": false
|
|
|
|
},
|
|
|
|
"criteria": {
|
|
|
|
"coffee_beans": {
|
|
|
|
"trigger": "minecraft:inventory_changed",
|
|
|
|
"conditions": {
|
|
|
|
"items": [
|
|
|
|
{
|
2024-03-02 21:23:08 +01:00
|
|
|
"items": [
|
|
|
|
"actuallyadditions:coffee_beans"
|
|
|
|
]
|
2023-12-03 15:41:58 +01:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"requirements": [
|
|
|
|
[
|
|
|
|
"coffee_beans"
|
|
|
|
]
|
|
|
|
]
|
|
|
|
}
|