Files
minecraft-assets/assets/minecraft/advancements/recipes/misc/red_dye_from_beetroot.json
2017-04-15 11:12:58 +00:00

34 lines
572 B
JSON

{
"rewards": {
"recipes": [
"minecraft:red_dye_from_beetroot"
]
},
"criteria": {
"has_beetroot": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:beetroot",
"data": 0
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "red_dye_from_beetroot"
}
}
},
"requirements": [
[
"has_beetroot"
],
[
"has_the_recipe"
]
]
}