MCMinecraft Assets Explorer

Browse Minecraft assets, including Textures, Sounds, Models, Fonts, Shaders, and more

shoot_arrow.json0 B

Empty File
{
    "display": {
        "icon": {
            "item": "minecraft:bow"
        },
        "title": {
            "translate": "advancements.adventure.shoot_arrow.title"
        },
        "description": {
            "translate": "advancements.adventure.shoot_arrow.description"
        }
    },
    "parent": "adventure/kill_a_mob",
    "criteria": {
        "shot_arrow": {
            "trigger": "minecraft:player_hurt_entity",
            "conditions": {
                "damage": {
                    "type": {
                        "is_projectile": true,
                        "direct_entity": {
                            "type": "minecraft:arrow"
                        }
                    }
                }
            }
        }
    }
}