{ "parent": "minecraft:recipes/root", "criteria": { "has_nautilus_core": { "conditions": { "items": [ { "items": [ "minecraft:heart_of_the_sea" ] } ] }, "trigger": "minecraft:inventory_changed" }, "has_nautilus_shell": { "conditions": { "items": [ { "items": [ "minecraft:nautilus_shell" ] } ] }, "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { "conditions": { "recipe": "minecraft:conduit" }, "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ [ "has_nautilus_core", "has_nautilus_shell", "has_the_recipe" ] ], "rewards": { "recipes": [ "minecraft:conduit" ] }, "sends_telemetry_event": false }