pink_dye_from_red_bonemeal.json
0 B
Empty File
{
"parent": "minecraft:recipes/root",
"rewards": {
"recipes": [
"minecraft:pink_dye_from_red_bonemeal"
]
},
"criteria": {
"has_bonemeal": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:dye",
"data": 15
}
]
}
},
"has_red_dye": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:dye",
"data": 1
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "pink_dye_from_red_bonemeal"
}
}
},
"requirements": [
[
"has_bonemeal",
"has_red_dye",
"has_the_recipe"
]
]
}