minecraft-assets/data/minecraft/advancements/adventure/throw_trident.json

38 lines
772 B
JSON

{
"parent": "minecraft:adventure/kill_a_mob",
"display": {
"icon": {
"item": "minecraft:trident"
},
"title": {
"translate": "advancements.adventure.throw_trident.title"
},
"description": {
"translate": "advancements.adventure.throw_trident.description"
},
"frame": "task",
"show_toast": true,
"announce_to_chat": true,
"hidden": false
},
"criteria": {
"shot_trident": {
"trigger": "minecraft:player_hurt_entity",
"conditions": {
"damage": {
"type": {
"is_projectile": true,
"direct_entity": {
"type": "minecraft:trident"
}
}
}
}
}
},
"requirements": [
[
"shot_trident"
]
]
}