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