minecraft-assets/data/minecraft/advancements/recipes/building_blocks/dye_black_carpet.json

34 lines
611 B
JSON

{
"parent": "minecraft:recipes/root",
"criteria": {
"has_needed_dye": {
"conditions": {
"items": [
{
"items": [
"minecraft:black_dye"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:dye_black_carpet"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_needed_dye"
]
],
"rewards": {
"recipes": [
"minecraft:dye_black_carpet"
]
}
}