satisfactory/data/recipes/components/steel_beam.json

12 lines
204 B
JSON
Raw Normal View History

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