Files
minecraft-assets/assets/minecraft/advancements/recipes/brewing/speckled_melon.json
2017-03-30 14:00:41 +00:00

33 lines
526 B
JSON

{
"rewards": {
"recipes": [
"minecraft:speckled_melon"
]
},
"criteria": {
"has_melon": {
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{
"item": "minecraft:melon"
}
]
}
},
"has_the_recipe": {
"trigger": "minecraft:recipe_unlocked",
"conditions": {
"recipe": "speckled_melon"
}
}
},
"requirements": [
[
"has_melon"
],
[
"has_the_recipe"
]
]
}