{ "parent": "minecraft:recipes/root", "criteria": { "has_the_recipe": { "conditions": { "recipe": "minecraft:weathered_cut_copper_slab_from_weathered_copper_stonecutting" }, "trigger": "minecraft:recipe_unlocked" }, "has_weathered_copper": { "conditions": { "items": [ { "items": [ "minecraft:weathered_copper" ] } ] }, "trigger": "minecraft:inventory_changed" } }, "requirements": [ [ "has_the_recipe", "has_weathered_copper" ] ], "rewards": { "recipes": [ "minecraft:weathered_cut_copper_slab_from_weathered_copper_stonecutting" ] } }