MCMinecraft Assets Explorer

Browse Minecraft assets, including Textures, Sounds, Models, Fonts, Shaders, and more
1.12.2
Empty File
{
    "display": {
        "icon": {
            "item": "minecraft:grass"
        },
        "title": {
            "translate": "advancements.story.root.title"
        },
        "description": {
            "translate": "advancements.story.root.description"
        },
        "background": "minecraft:textures/gui/advancements/backgrounds/stone.png",
        "show_toast": false,
        "announce_to_chat": false
    },
    "criteria": {
        "crafting_table": {
            "trigger": "minecraft:inventory_changed",
            "conditions": {
                "items": [
                    {
                        "item": "minecraft:crafting_table"
                    }
                ]
            }
        }
    }
}