{ "parent": "minecraft:recipes/root", "criteria": { "has_rail": { "conditions": { "items": [ { "items": "minecraft:rail" } ] }, "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { "conditions": { "recipe": "minecraft:detector_rail" }, "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ [ "has_the_recipe", "has_rail" ] ], "rewards": { "recipes": [ "minecraft:detector_rail" ] } }