satisfactory/data/recipes/components/rubber.json

13 lines
225 B
JSON
Raw Normal View History

[
{
"type": [ "component" ],
"input": { "crude_oil": 4 },
"output": { "rubber": 4 },
"machine": "oil_refinery",
"crafting_time": 8,
"clicks": 2,
"stack_size": 100,
"stage": "expansion"
}
]