recipes/machine: add oil_refinery

This commit is contained in:
Danny Robson 2019-04-28 18:06:28 +10:00
parent a1b3f77325
commit 455aaf7dbe

View 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 ]
}
]
}