recipes: add Miner Mk2
This commit is contained in:
parent
5b92d4509f
commit
2b4d0be835
27
data/recipes/machine/production/miner_mk2.json
Normal file
27
data/recipes/machine/production/miner_mk2.json
Normal 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"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user