recipes/screw: update 'casted_screw' alternative

This commit is contained in:
Danny Robson 2020-03-01 13:21:11 +11:00
parent 83929b4333
commit 60329880c9

View File

@ -17,13 +17,13 @@
}, },
{ {
"input": { "input": {
"iron_ingot": 2 "iron_ingot": 5
}, },
"output": { "output": {
"screw": 12 "screw": 20
}, },
"crafting_time": 8, "crafting_time": 24,
"requires": "alternative_screw" "requires": "casted_screw"
} }
] ]
} }