{ "parent": "minecraft:recipes/root", "rewards": { "recipes": [ "minecraft:end_stone_brick_wall_from_end_stone_brick_stonecutting" ] }, "criteria": { "has_end_stone_brick": { "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "item": "minecraft:end_stone_bricks" } ] } }, "has_the_recipe": { "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "minecraft:end_stone_brick_wall_from_end_stone_brick_stonecutting" } } }, "requirements": [ [ "has_end_stone_brick", "has_the_recipe" ] ] }