{ "parent": "minecraft:recipes/root", "rewards": { "recipes": [ "computercraft:printed_book" ] }, "criteria": { "has_normal": { "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "item": "computercraft:printed_page" } ] } }, "has_the_recipe": { "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "computercraft:printed_book" } } }, "requirements": [ [ "has_normal", "has_the_recipe" ] ] }