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