mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-16 21:13:11 +01:00
35 lines
713 B
JSON
35 lines
713 B
JSON
|
{
|
||
|
"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": [
|
||
|
{
|
||
|
"item": "actuallyadditions:coffee_beans"
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|
||
|
},
|
||
|
"requirements": [
|
||
|
[
|
||
|
"coffee_beans"
|
||
|
]
|
||
|
]
|
||
|
}
|