{ "parent": "minecraft:recipes/root", "criteria": { "has_amber_gem": { "conditions": { "items": [ { "items": "minecraft:amber_gem" } ] }, "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { "conditions": { "recipe": "minecraft:amber_block" }, "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ [ "has_the_recipe", "has_amber_gem" ] ], "rewards": { "recipes": [ "minecraft:amber_block" ] } }