{ "parent": "minecraft:recipes/root", "rewards": { "recipes": [ "bakery:sweet_dough" ] }, "criteria": { "has_sugar": { "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "items": [ "minecraft:sugar" ] } ] } }, "has_the_recipe": { "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "bakery:sweet_dough" } } }, "requirements": [ [ "has_sugar", "has_the_recipe" ] ] }