{ "parent": "minecraft:recipes/root", "criteria": { "has_the_recipe": { "conditions": { "recipe": "minecraft:tuff_bricks_from_tuff_stonecutting" }, "trigger": "minecraft:recipe_unlocked" }, "has_tuff": { "conditions": { "items": [ { "items": "minecraft:tuff" } ] }, "trigger": "minecraft:inventory_changed" } }, "requirements": [ [ "has_the_recipe", "has_tuff" ] ], "rewards": { "recipes": [ "minecraft:tuff_bricks_from_tuff_stonecutting" ] } }