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