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": {
"iron_ingot": 2
"iron_ingot": 5
},
"output": {
"screw": 12
"screw": 20
},
"crafting_time": 8,
"requires": "alternative_screw"
"crafting_time": 24,
"requires": "casted_screw"
}
]
}