23 lines
526 B
JSON
23 lines
526 B
JSON
{
|
|
"display": {
|
|
"icon": {
|
|
"item": "minecraft:phantom_membrane"
|
|
},
|
|
"title": "A Good Start",
|
|
"description": "Kill a phantom, hopefully more to come.",
|
|
"frame": "task",
|
|
"announce_to_chat": true
|
|
},
|
|
"parent": "canopy:mobs",
|
|
"criteria": {
|
|
"kill_1_phantom": {
|
|
"trigger": "minecraft:player_killed_entity",
|
|
"conditions": {
|
|
"entity": {
|
|
"type": "minecraft:phantom"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|