{ "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_the_recipe", "has_nautilus_core", "has_nautilus_shell" ] ], "rewards": { "recipes": [ "minecraft:conduit" ] } }