mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-16 21:13:11 +01:00
34 lines
No EOL
681 B
JSON
34 lines
No EOL
681 B
JSON
{
|
|
"parent": "actuallyadditions:craft_coal_generator",
|
|
"criteria": {
|
|
"coffee_beans": {
|
|
"conditions": {
|
|
"items": [
|
|
{
|
|
"items": [
|
|
"actuallyadditions:coffee_beans"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"trigger": "minecraft:inventory_changed"
|
|
}
|
|
},
|
|
"display": {
|
|
"description": {
|
|
"translate": "achievement.actuallyadditions.pickUpCoffee.desc"
|
|
},
|
|
"icon": {
|
|
"item": "actuallyadditions:coffee_beans"
|
|
},
|
|
"title": {
|
|
"translate": "achievement.actuallyadditions.pickUpCoffee"
|
|
}
|
|
},
|
|
"requirements": [
|
|
[
|
|
"coffee_beans"
|
|
]
|
|
],
|
|
"sends_telemetry_event": true
|
|
} |