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

22 lines
334 B
JSON
Raw Normal View History

{
"type": [
"component"
],
"machine": "manufacturer",
"stack_size": 100,
"recipes": [
{
"input": {
"quartz_crystal": 10,
"cable": 14,
"reinforced_iron_plate": 4
},
"output": {
"crystal_oscillator": 1
},
"crafting_time": 32,
"clicks": 8
}
]
}