{ "parent": "minecraft:recipes/root", "criteria": { "has_carrot": { "conditions": { "items": [ { "items": "minecraft:carrot" } ] }, "trigger": "minecraft:inventory_changed" }, "has_paper": { "conditions": { "items": [ { "items": "minecraft:paper" } ] }, "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { "conditions": { "recipe": "potato-crime:contraband" }, "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ [ "has_the_recipe", "has_paper", "has_carrot" ] ], "rewards": { "recipes": [ "potato-crime:contraband" ] } }