45 lines
811 B
JSON
45 lines
811 B
JSON
{
|
|
"parent": "minecraft:recipes/root",
|
|
"rewards": {
|
|
"recipes": [
|
|
"minecraft:lime_dye"
|
|
]
|
|
},
|
|
"criteria": {
|
|
"has_green_dye": {
|
|
"trigger": "minecraft:inventory_changed",
|
|
"conditions": {
|
|
"items": [
|
|
{
|
|
"item": "minecraft:dye",
|
|
"data": 2
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"has_bonemeal": {
|
|
"trigger": "minecraft:inventory_changed",
|
|
"conditions": {
|
|
"items": [
|
|
{
|
|
"item": "minecraft:dye",
|
|
"data": 15
|
|
}
|
|
]
|
|
}
|
|
},
|
|
"has_the_recipe": {
|
|
"trigger": "minecraft:recipe_unlocked",
|
|
"conditions": {
|
|
"recipe": "lime_dye"
|
|
}
|
|
}
|
|
},
|
|
"requirements": [
|
|
[
|
|
"has_green_dye",
|
|
"has_bonemeal",
|
|
"has_the_recipe"
|
|
]
|
|
]
|
|
} |