{ "display": { "icon": { "item": "minecraft:bow" }, "title": "So anyway I started blasting...", "description": "Hurt a mob by spamming a bow", "frame": "task", "announce_to_chat": true }, "parent": "birbmc:mobs", "criteria": { "bow_spam": { "trigger": "minecraft:player_hurt_entity", "conditions": { "damage": { "taken": { "max": 1.0 }, "type": { "is_projectile": true, "direct_entity": { "type": "minecraft:arrow" } } } } } } }