recipes/machine: add oil_refinery
This commit is contained in:
parent
a1b3f77325
commit
455aaf7dbe
19
data/recipes/machine/production/oil_refinery.json
Normal file
19
data/recipes/machine/production/oil_refinery.json
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
{
|
||||||
|
"type": [
|
||||||
|
"machine"
|
||||||
|
],
|
||||||
|
"machine": "_craft_bench",
|
||||||
|
"power_usage": 50,
|
||||||
|
"recipes": [
|
||||||
|
{
|
||||||
|
"input": {
|
||||||
|
"iron_rod": 5,
|
||||||
|
"wire": 8
|
||||||
|
},
|
||||||
|
"output": {
|
||||||
|
"smelter": 1
|
||||||
|
},
|
||||||
|
"size": [ 6, 10, 10 ]
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user