MCMinecraft Assets Explorer

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

respawn_dragon.json0 B

Empty File
{
    "display": {
        "icon": {
            "item": "minecraft:end_crystal"
        },
        "title": {
            "translate": "advancements.end.respawn_dragon.title"
        },
        "description": {
            "translate": "advancements.end.respawn_dragon.description"
        },
        "frame": "goal"
    },
    "parent": "end/kill_dragon",
    "criteria": {
        "summoned_dragon": {
            "trigger": "minecraft:summoned_entity",
            "conditions": {
                "entity": {
                    "type": "ender_dragon"
                }
            }
        }
    }
}