MCMinecraft Assets Explorer

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

summon_iron_golem.json0 B

Empty File
{
    "display": {
        "icon": {
            "item": "minecraft:pumpkin"
        },
        "title": {
            "translate": "advancements.adventure.summon_iron_golem.title"
        },
        "description": {
            "translate": "advancements.adventure.summon_iron_golem.description"
        },
        "frame": "goal"
    },
    "parent": "adventure/trade",
    "criteria": {
        "summoned_golem": {
            "trigger": "minecraft:summoned_entity",
            "conditions": {
                "entity": {
                    "type": "minecraft:villager_golem"
                }
            }
        }
    }
}