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

12 lines
137 B
JSON
Raw Normal View History

2019-07-07 15:35:51 +10:00
{
"type": [ "resource" ],
"machine": "miner",
"recipes":
[
{
"input": { },
"output": { "sulfur": 1 }
}
]
}