{ "parent": "minecraft:recipes/root", "criteria": { "has_quartz_block": { "conditions": { "items": [ { "items": [ "minecraft:quartz_block" ] } ] }, "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { "conditions": { "recipe": "minecraft:quartz_pillar_from_quartz_block_stonecutting" }, "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ [ "has_the_recipe", "has_quartz_block" ] ], "rewards": { "recipes": [ "minecraft:quartz_pillar_from_quartz_block_stonecutting" ] } }