{ "parent": "minecraft:recipes/root", "rewards": { "recipes": [ "minecraft:red_sandstone" ] }, "criteria": { "has_the_recipe": { "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "red_sandstone" } }, "has_sand": { "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "item": "minecraft:sand", "data": 1 } ] } } }, "requirements": [ [ "has_the_recipe", "has_sand" ] ] }