recipes/machine: add foundry

This commit is contained in:
Danny Robson 2019-04-28 18:06:13 +10:00
parent 970faf4c8b
commit a1b3f77325

View File

@ -0,0 +1,25 @@
{
"type": [
"machine"
],
"machine": "_craft_bench",
"power_usage": 16,
"size": [
9,
11,
10
],
"recipes": [
{
"input": {
"encased_industrial_beam": 3,
"steel_pipe": 14,
"concrete": 8
},
"output": {
"foundry": 1
},
"requires": "steel_production"
}
]
}