{ "parent": "minecraft:recipes/root", "criteria": { "has_scute": { "conditions": { "items": [ { "items": [ "minecraft:scute" ] } ] }, "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { "conditions": { "recipe": "minecraft:turtle_helmet" }, "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ [ "has_scute", "has_the_recipe" ] ], "rewards": { "recipes": [ "minecraft:turtle_helmet" ] }, "sends_telemetry_event": false }