minecraft-assets/data/minecraft/advancements/recipes/building_blocks/melon.json

34 lines
581 B
JSON

{
"parent": "minecraft:recipes/root",
"criteria": {
"has_melon": {
"conditions": {
"items": [
{
"items": [
"minecraft:melon_slice"
]
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "minecraft:melon"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_melon"
]
],
"rewards": {
"recipes": [
"minecraft:melon"
]
}
}