MCMinecraft Assets Explorer

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

respawn_dragon.json0 B

Empty File
{
  "parent": "minecraft:end/kill_dragon",
  "criteria": {
    "summoned_dragon": {
      "conditions": {
        "entity": [
          {
            "condition": "minecraft:entity_properties",
            "entity": "this",
            "predicate": {
              "type": "minecraft:ender_dragon"
            }
          }
        ]
      },
      "trigger": "minecraft:summoned_entity"
    }
  },
  "display": {
    "description": {
      "translate": "advancements.end.respawn_dragon.description"
    },
    "frame": "goal",
    "icon": {
      "count": 1,
      "id": "minecraft:end_crystal"
    },
    "title": {
      "translate": "advancements.end.respawn_dragon.title"
    }
  },
  "requirements": [
    [
      "summoned_dragon"
    ]
  ],
  "sends_telemetry_event": true
}