{ "parent": "minecraft:recipes/root", "criteria": { "has_planks": { "conditions": { "items": [ { "items": "#minecraft:planks" } ] }, "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { "conditions": { "recipe": "minecraft:barrel" }, "trigger": "minecraft:recipe_unlocked" }, "has_wood_slab": { "conditions": { "items": [ { "items": "#minecraft:wooden_slabs" } ] }, "trigger": "minecraft:inventory_changed" } }, "requirements": [ [ "has_the_recipe", "has_planks", "has_wood_slab" ] ], "rewards": { "recipes": [ "minecraft:barrel" ] } }