{ "parent": "minecraft:recipes/root", "criteria": { "has_amethyst_shard": { "conditions": { "items": [ { "items": [ "minecraft:amethyst_shard" ] } ] }, "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { "conditions": { "recipe": "minecraft:calibrated_sculk_sensor" }, "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ [ "has_the_recipe", "has_amethyst_shard" ] ], "rewards": { "recipes": [ "minecraft:calibrated_sculk_sensor" ] } }