{ "parent": "minecraft:recipes/root", "rewards": { "recipes": [ "minecraft:brown_carpet" ] }, "criteria": { "has_brown_wool": { "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "item": "minecraft:wool", "data": 12 } ] } }, "has_the_recipe": { "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "brown_carpet" } } }, "requirements": [ [ "has_brown_wool", "has_the_recipe" ] ] }