You've already forked minecraft-assets
20 lines
538 B
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
} |