From 60329880c96bff4059136c4751c016a5d59fbb7a Mon Sep 17 00:00:00 2001 From: Danny Robson Date: Sun, 1 Mar 2020 13:21:11 +1100 Subject: [PATCH] recipes/screw: update 'casted_screw' alternative --- data/recipes/items/components/screw.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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" } ] }