{ "parent": "minecraft:recipes/root", "rewards": { "recipes": [ "minecraft:coal_block", "minecraft:coal" ] }, "criteria": { "has_the_recipe": { "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "coal_block" } }, "has_at_least_9_coal": { "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "item": "minecraft:coal", "count": { "min": 9 }, "data": 0 } ] } } }, "requirements": [ [ "has_the_recipe", "has_at_least_9_coal" ] ] }