{ "parent": "minecraft:recipes/root", "criteria": { "has_blackstone": { "conditions": { "items": [ { "items": [ "minecraft:blackstone" ] } ] }, "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { "conditions": { "recipe": "minecraft:chiseled_polished_blackstone_from_blackstone_stonecutting" }, "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ [ "has_the_recipe", "has_blackstone" ] ], "rewards": { "recipes": [ "minecraft:chiseled_polished_blackstone_from_blackstone_stonecutting" ] } }