forked from cacklingfiend/lignumis
Position Deep miner in technology tree
This commit is contained in:
parent
cfb7c6ab64
commit
a83851341a
1 changed files with 9 additions and 3 deletions
|
@ -21,8 +21,14 @@ DeepMiner.RecipeBuilder:new()
|
||||||
:apply()
|
:apply()
|
||||||
|
|
||||||
DeepMiner.TechnologyBuilder:new()
|
DeepMiner.TechnologyBuilder:new()
|
||||||
:prerequisites({ "automation-science-pack" })
|
:prerequisites({ "space-science-pack" })
|
||||||
:count(500)
|
:count(500)
|
||||||
:ingredients({ { "automation-science-pack", 1 } })
|
:ingredients({
|
||||||
|
{ "automation-science-pack", 1 },
|
||||||
|
{ "logistic-science-pack", 1 },
|
||||||
|
{ "chemical-science-pack", 1 },
|
||||||
|
{ "production-science-pack", 1 },
|
||||||
|
{ "space-science-pack", 1 }
|
||||||
|
})
|
||||||
:time(60)
|
:time(60)
|
||||||
:apply()
|
:apply()
|
||||||
|
|
Loading…
Add table
Reference in a new issue