{ "parent": "minecraft:recipes/root", "criteria": { "has_the_recipe": { "conditions": { "recipe": "minecraft:waxed_cut_copper_from_waxed_copper_block_stonecutting" }, "trigger": "minecraft:recipe_unlocked" }, "has_waxed_copper_block": { "conditions": { "items": [ { "items": [ "minecraft:waxed_copper_block" ] } ] }, "trigger": "minecraft:inventory_changed" } }, "requirements": [ [ "has_the_recipe", "has_waxed_copper_block" ] ], "rewards": { "recipes": [ "minecraft:waxed_cut_copper_from_waxed_copper_block_stonecutting" ] } }