custom_mc_advancements/data/birbmc/advancements/so_anyway_i_started_blastin...

31 lines
827 B
JSON

{
"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"
}
}
}
}
}
}
}