{ "parent": "minecraft:recipes/root", "rewards": { "recipes": [ "minecraft:orange_carpet_from_white_carpet" ] }, "criteria": { "has_white_carpet": { "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "item": "minecraft:white_carpet" } ] } }, "has_oramge_dye": { "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "item": "minecraft:orange_dye" } ] } }, "has_the_recipe": { "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "minecraft:orange_carpet_from_white_carpet" } } }, "requirements": [ [ "has_white_carpet", "has_oramge_dye", "has_the_recipe" ] ] }