recipes/screw: add alternative_screw alternative

This commit is contained in:
Danny Robson 2020-03-01 12:05:06 +11:00
parent 71aed3d135
commit e1f825fe0a

View File

@ -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"
}
]
}