{ "parent": "minecraft:recipes/root", "rewards": { "recipes": [ "minecraft:nether_brick" ] }, "criteria": { "has_netherrack": { "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "item": "minecraft:netherrack" } ] } }, "has_the_recipe": { "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "minecraft:nether_brick" } } }, "requirements": [ [ "has_netherrack", "has_the_recipe" ] ] }