satisfactory/data/recipes/components/steel_beam.json

20 lines
263 B
JSON
Raw Normal View History

{
"type": [
"component"
],
"machine": "constructor",
"stack_size": 100,
"recipes": [
{
"input": {
"steel_ingot": 3
},
"output": {
"steel_beam": 1
},
"crafting_time": 6,
"clicks": 2
}
]
}