{ "parent": "minecraft:recipes/root", "rewards": { "recipes": [ "actuallyadditions:emeradic_empowered_crystal_block_of" ] }, "criteria": { "has_crystal_emeradic_empowered_block": { "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "item": "actuallyadditions:crystal_emeradic_empowered_block" } ] } }, "has_the_recipe": { "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "actuallyadditions:emeradic_empowered_crystal_block_of" } } }, "requirements": [ [ "has_crystal_emeradic_empowered_block", "has_the_recipe" ] ] }