satisfactory/data/recipes/items/components/rubber.json

21 lines
286 B
JSON
Raw Normal View History

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