{ "parent": "minecraft:recipes/root", "criteria": { "has_obsidian": { "conditions": { "items": [ { "items": [ "minecraft:obsidian" ] } ] }, "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { "conditions": { "recipe": "minecraft:enchanting_table" }, "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ [ "has_the_recipe", "has_obsidian" ] ], "rewards": { "recipes": [ "minecraft:enchanting_table" ] } }