MCMinecraft Assets Explorer

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

obtain_blaze_rod.json0 B

Empty File
{
    "display": {
        "icon": {
            "item": "minecraft:blaze_rod"
        },
        "title": {
            "translate": "advancements.nether.obtain_blaze_rod.title"
        },
        "description": {
            "translate": "advancements.nether.obtain_blaze_rod.description"
        }
    },
    "parent": "minecraft:nether/find_fortress",
    "criteria": {
        "blaze_rod": {
            "trigger": "minecraft:inventory_changed",
            "conditions": {
                "items": [
                    {
                        "item": "minecraft:blaze_rod"
                    }
                ]
            }
        }
    }
}