satisfactory/data/recipes/items/components/screw.json

30 lines
579 B
JSON
Raw Normal View History

{
"type": [
"component"
],
"machine": "constructor",
"recipes": [
{
"input": {
"iron_rod": 1
},
"output": {
"screw": 6
},
"crafting_time": 4,
"clicks": 2,
"requires": "hub_upgrade_2"
},
{
"input": {
"iron_ingot": 5
},
"output": {
"screw": 20
},
"crafting_time": 24,
"requires": "casted_screw"
}
]
}