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

12 lines
142 B
JSON
Raw Normal View History

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