recipes: add Miner Mk2

This commit is contained in:
Danny Robson 2019-07-07 15:23:07 +10:00
parent 5b92d4509f
commit 2b4d0be835

View File

@ -0,0 +1,27 @@
{
"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"
}
]
}