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

19 lines
258 B
JSON
Raw Normal View History

{
"type": [
"component"
],
"machine": "assembler",
"recipes": [
{
"input": {
"modular_frame": 1,
"steal_beam": 2
},
"output": {
"versatile_framework": 2
},
"crafting_time": 12
}
]
}