minecraft-assets/data/minecraft/advancements/recipes/decorations/yellow_glazed_terracotta.json

32 lines
618 B
JSON

{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:yellow_glazed_terracotta"
]
},
"criteria": {
"has_yellow_terracotta": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:yellow_terracotta"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "minecraft:yellow_glazed_terracotta"
}
}
},
"requirements": [
[
"has_yellow_terracotta",
"has_the_recipe"
]
]
}