28 lines
388 B
JSON
28 lines
388 B
JSON
{
|
|
"type": [
|
|
"machine"
|
|
],
|
|
"is": "miner",
|
|
"machine": "_craft_bench",
|
|
"power_usage": 12,
|
|
"size": [
|
|
8,
|
|
14,
|
|
18
|
|
],
|
|
"recipes": [
|
|
{
|
|
"input": {
|
|
"portable_miner": 2,
|
|
"encased_industrial_beam": 5,
|
|
"steel_pipe": 10,
|
|
"cable": 15
|
|
},
|
|
"output": {
|
|
"miner_mk2": 1
|
|
},
|
|
"requires": "tier_4"
|
|
}
|
|
]
|
|
}
|