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

24 lines
387 B
JSON

{
"type": [
"component"
],
"machine": "assembler",
"stack_size": 50,
"recipes": [
{
"input": {
"modular_frame": 5,
"steel_pipe": 15,
"encased_industrial_beam": 5,
"screw": 90
},
"output": {
"heavy_modular_frame": 1
},
"crafting_time": 30,
"clicks": 8,
"stage": "development"
}
]
}