{ "parent": "minecraft:recipes/root", "criteria": { "has_compass": { "conditions": { "items": [ { "items": "minecraft:compass" } ] }, "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { "conditions": { "recipe": "minecraft:map" }, "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ [ "has_the_recipe", "has_compass" ] ], "rewards": { "recipes": [ "minecraft:map" ] } }