MCMinecraft Assets Explorer

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

summon_wither.json0 B

Empty File
{
  "parent": "minecraft:nether/get_wither_skull",
  "criteria": {
    "summoned": {
      "conditions": {
        "entity": [
          {
            "condition": "minecraft:entity_properties",
            "entity": "this",
            "predicate": {
              "type": "minecraft:wither"
            }
          }
        ]
      },
      "trigger": "minecraft:summoned_entity"
    }
  },
  "display": {
    "description": {
      "translate": "advancements.nether.summon_wither.description"
    },
    "icon": {
      "count": 1,
      "id": "minecraft:nether_star"
    },
    "title": {
      "translate": "advancements.nether.summon_wither.title"
    }
  },
  "requirements": [
    [
      "summoned"
    ]
  ],
  "sends_telemetry_event": true
}