2019-04-28 11:03:27 +10:00
|
|
|
{
|
|
|
|
"type": [
|
|
|
|
"component"
|
|
|
|
],
|
|
|
|
"machine": "constructor",
|
|
|
|
"recipes": [
|
|
|
|
{
|
|
|
|
"input": {
|
|
|
|
"iron_rod": 1
|
|
|
|
},
|
|
|
|
"output": {
|
|
|
|
"screw": 6
|
|
|
|
},
|
|
|
|
"crafting_time": 4,
|
|
|
|
"clicks": 2,
|
|
|
|
"requires": "hub_upgrade_2"
|
2020-03-01 12:05:06 +11:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"input": {
|
2020-03-01 13:21:11 +11:00
|
|
|
"iron_ingot": 5
|
2020-03-01 12:05:06 +11:00
|
|
|
},
|
|
|
|
"output": {
|
2020-03-01 13:21:11 +11:00
|
|
|
"screw": 20
|
2020-03-01 12:05:06 +11:00
|
|
|
},
|
2020-03-01 13:21:11 +11:00
|
|
|
"crafting_time": 24,
|
|
|
|
"requires": "casted_screw"
|
2019-04-28 11:03:27 +10:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|