Files
minecraft-assets/assets/minecraft/advancements/story/root.json
2017-04-15 11:12:58 +00:00

20 lines
538 B
JSON

{
"display": {
"icon": "minecraft:grass",
"title": "Minecraft",
"description": "The heart and story of the game",
"background": "minecraft:textures/gui/advancements/backgrounds/stone.png"
},
"criteria": {
"crafting_table": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:crafting_table"
}
]
}
}
}
}