{ "parent": "minecraft:recipes/root", "criteria": { "has_potato_oil": { "conditions": { "items": [ { "items": "minecraft:poisonous_potato_oil" } ] }, "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { "conditions": { "recipe": "minecraft:toxic_resin" }, "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ [ "has_the_recipe", "has_potato_oil" ] ], "rewards": { "recipes": [ "minecraft:toxic_resin" ] } }