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

22 lines
309 B
JSON

{
"type": [
"component"
],
"machine": "assembler",
"stack_size": 100,
"recipes": [
{
"input": {
"wire": 12,
"plastic": 6
},
"output": {
"circuit_board": 1
},
"crafting_time": 12,
"clicks": 3,
"stage": "expansion"
}
]
}