Files
minecraft-assets/data/minecraft/advancements/recipes/misc/gray_dye.json
2022-11-16 18:37:49 +01:00

47 lines
850 B
JSON

{
"parent": "minecraft:recipes/root",
"criteria": {
"has_black_dye": {
"conditions": {
"items": [
{
"items": [
"minecraft:black_dye"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:gray_dye"
},
"trigger": "minecraft:recipe_unlocked"
},
"has_white_dye": {
"conditions": {
"items": [
{
"items": [
"minecraft:white_dye"
]
}
]
},
"trigger": "minecraft:inventory_changed"
}
},
"requirements": [
[
"has_white_dye",
"has_black_dye",
"has_the_recipe"
]
],
"rewards": {
"recipes": [
"minecraft:gray_dye"
]
}
}