{ "parent": "minecraft:recipes/root", "rewards": { "recipes": [ "minecraft:sandstone_slab" ] }, "criteria": { "has_sandstone": { "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "item": "minecraft:sandstone" } ] } }, "has_the_recipe": { "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "sandstone_slab" } } }, "requirements": [ [ "has_sandstone", "has_the_recipe" ] ] }