recipes/machine: add foundry
This commit is contained in:
parent
970faf4c8b
commit
a1b3f77325
25
data/recipes/machine/production/foundry.json
Normal file
25
data/recipes/machine/production/foundry.json
Normal 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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user