diff --git a/data/recipes/items/components/screw.json b/data/recipes/items/components/screw.json index 8c8f911..4352482 100644 --- a/data/recipes/items/components/screw.json +++ b/data/recipes/items/components/screw.json @@ -14,6 +14,16 @@ "crafting_time": 4, "clicks": 2, "requires": "hub_upgrade_2" + }, + { + "input": { + "iron_ingot": 2 + }, + "output": { + "screw": 12 + }, + "crafting_time": 8, + "requires": "alternative_screw" } ] }