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

21 lines
289 B
JSON
Raw Normal View History

{
"type": [
"component"
],
"machine": "constructor",
"stack_size": 500,
"recipes": [
{
"input": {
"copper_ingot": 1
},
"output": {
"wire": 3
},
"crafting_time": 4,
"clicks": 1,
"stage": "establishing"
}
]
}