satisfactory/data/recipes/items/resources/silica.json

18 lines
222 B
JSON
Raw Normal View History

2019-05-03 11:38:03 +10:00
{
"type": [ "resource" ],
"machine": "miner",
"recipes":
[
{
2020-03-01 09:25:13 +11:00
"input": {
2020-03-01 10:16:13 +11:00
"quartz": 2
2020-03-01 09:25:13 +11:00
},
"output": {
"silica": 3
},
"crafting_time": 4,
"clicks": 1
2019-05-03 11:38:03 +10:00
}
]
}