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

32 lines
593 B
JSON

{
"parent": "minecraft:recipes/root",
"criteria": {
"has_brick": {
"conditions": {
"items": [
{
"tag": "minecraft:decorated_pot_ingredients"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:decorated_pot_simple"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_brick"
]
],
"rewards": {
"recipes": [
"minecraft:decorated_pot_simple"
]
}
}