{ "parent": "minecraft:recipes/root", "rewards": { "recipes": [ "minecraft:white_stained_hardened_clay" ] }, "criteria": { "has_hardened_clay": { "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "item": "minecraft:hardened_clay" } ] } }, "has_the_recipe": { "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "white_stained_hardened_clay" } } }, "requirements": [ [ "has_hardened_clay", "has_the_recipe" ] ] }