satisfactory/data/recipes/resources/coal.json

12 lines
135 B
JSON
Raw Normal View History

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