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

21 lines
293 B
JSON
Raw Normal View History

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