{ "parent": "minecraft:recipes/root", "rewards": { "recipes": [ "minecraft:nether_brick_fence" ] }, "criteria": { "has_nether_brick": { "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "item": "minecraft:nether_bricks" } ] } }, "has_the_recipe": { "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "minecraft:nether_brick_fence" } } }, "requirements": [ [ "has_nether_brick", "has_the_recipe" ] ] }