{ "parent": "minecraft:recipes/root", "criteria": { "has_the_recipe": { "conditions": { "recipe": "minecraft:lashing_potato" }, "trigger": "minecraft:recipe_unlocked" }, "has_toxic_beam": { "conditions": { "items": [ { "items": "minecraft:toxic_beam" } ] }, "trigger": "minecraft:inventory_changed" } }, "requirements": [ [ "has_the_recipe", "has_toxic_beam" ] ], "rewards": { "recipes": [ "minecraft:lashing_potato" ] } }