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