26 lines
352 B
JSON
26 lines
352 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|
||
|
]
|
||
|
}
|