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