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

15 lines
158 B
JSON
Raw Normal View History

{
"type": [
"resource"
],
"machine": "miner",
"recipes": [
{
"input": {},
"output": {
"copper_ore": 1
}
}
]
}