23 lines
542 B
JSON
23 lines
542 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": {
|
||
|
"have_sed": {
|
||
|
"trigger": "minecraft:player_killed_entity",
|
||
|
"conditions": {
|
||
|
"entity": {
|
||
|
"type": "minecraft:phantom"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|