diff --git a/data/recipes/items/components/screw.json b/data/recipes/items/components/screw.json index 4352482..9158ee2 100644 --- a/data/recipes/items/components/screw.json +++ b/data/recipes/items/components/screw.json @@ -17,13 +17,13 @@ }, { "input": { - "iron_ingot": 2 + "iron_ingot": 5 }, "output": { - "screw": 12 + "screw": 20 }, - "crafting_time": 8, - "requires": "alternative_screw" + "crafting_time": 24, + "requires": "casted_screw" } ] }