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