{ "parent": "minecraft:recipes/root", "criteria": { "has_item": { "conditions": { "items": [ { "tag": "hexcasting:staves" } ] }, "trigger": "minecraft:inventory_changed" }, "has_the_recipe": { "conditions": { "recipe": "hexcasting:abacus" }, "trigger": "minecraft:recipe_unlocked" } }, "requirements": [ [ "has_item", "has_the_recipe" ] ], "rewards": { "recipes": [ "hexcasting:abacus" ] } }