MCMinecraft Assets Explorer

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

summon_iron_golem.json0 B

Empty File
{
  "parent": "minecraft:adventure/trade",
  "display": {
    "icon": {
      "item": "minecraft:carved_pumpkin"
    },
    "title": {
      "translate": "advancements.adventure.summon_iron_golem.title"
    },
    "description": {
      "translate": "advancements.adventure.summon_iron_golem.description"
    },
    "frame": "goal",
    "show_toast": true,
    "announce_to_chat": true,
    "hidden": false
  },
  "criteria": {
    "summoned_golem": {
      "trigger": "minecraft:summoned_entity",
      "conditions": {
        "entity": [
          {
            "condition": "minecraft:entity_properties",
            "predicate": {
              "type": "minecraft:iron_golem"
            },
            "entity": "this"
          }
        ]
      }
    }
  },
  "requirements": [
    [
      "summoned_golem"
    ]
  ]
}