| 123456789101112131415161718192021222324252627282930313233343536373839 |
- {
- "parent": "minecraft:adventure/kill_a_mob",
- "display": {
- "icon": {
- "item": "minecraft:trident",
- "nbt": "{Damage:0}"
- },
- "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"
- ]
- ]
- }
|