19 lines
329 B
JSON
19 lines
329 B
JSON
|
{
|
||
|
"display": {
|
||
|
"icon": {
|
||
|
"id": "minecraft:bread"
|
||
|
},
|
||
|
"title": "Nom Nom",
|
||
|
"description": "Always Hungry",
|
||
|
"frame": "task",
|
||
|
"show_toast": false,
|
||
|
"announce_to_chat": false
|
||
|
},
|
||
|
"parent": "canopy:root",
|
||
|
"criteria": {
|
||
|
"eat_something": {
|
||
|
"trigger": "minecraft:consume_item"
|
||
|
}
|
||
|
}
|
||
|
}
|