19 lines
405 B
JSON
19 lines
405 B
JSON
{
|
|
"display": {
|
|
"icon": {
|
|
"item": "minecraft:zombie_head"
|
|
},
|
|
"title": "Mobs",
|
|
"description": "Gotta kill 'em all!",
|
|
"frame": "task",
|
|
"show_toast": false,
|
|
"announce_to_chat": false
|
|
},
|
|
"parent": "canopy:root",
|
|
"criteria": {
|
|
"kill_any_mob": {
|
|
"trigger": "minecraft:player_killed_entity"
|
|
}
|
|
}
|
|
}
|