{ "parent": "minecraft:recipes/root", "rewards": { "recipes": [ "minecraft:diorite_wall_from_diorite_stonecutting" ] }, "criteria": { "has_diorite": { "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "item": "minecraft:diorite" } ] } }, "has_the_recipe": { "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "minecraft:diorite_wall_from_diorite_stonecutting" } } }, "requirements": [ [ "has_diorite", "has_the_recipe" ] ] }