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