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

34 lines
604 B
JSON

{
"parent": "minecraft:recipes/root",
"criteria": {
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:white_carpet"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_white_wool": {
"conditions": {
"items": [
{
"items": [
"minecraft:white_wool"
]
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_the_recipe",
"has_white_wool"
]
],
"rewards": {
"recipes": [
"minecraft:white_carpet"
]
}
}