{ "parent": "minecraft:recipes/root", "rewards": { "recipes": [ "minecraft:charcoal" ] }, "criteria": { "has_log": { "trigger": "minecraft:inventory_changed", "conditions": { "items": [ { "tag": "minecraft:logs" } ] } }, "has_the_recipe": { "trigger": "minecraft:recipe_unlocked", "conditions": { "recipe": "minecraft:charcoal" } } }, "requirements": [ [ "has_log", "has_the_recipe" ] ] }