satisfactory/data/recipes/components/steel_pipe.json

13 lines
232 B
JSON
Raw Normal View History

[
{
"type": [ "component" ],
"input": { "steel_ingot": 1 },
"output": { "steel_pipe": 1 },
"machine": "constructor",
"crafting_time": 4,
"clicks": 1,
"stack_size": 100,
"stage": "development"
}
]