Position Deep miner in technology tree

This commit is contained in:
Simon Brodtmann 2025-01-03 15:33:27 +01:00
parent cfb7c6ab64
commit a83851341a

View file

@ -21,8 +21,14 @@ DeepMiner.RecipeBuilder:new()
:apply()
DeepMiner.TechnologyBuilder:new()
:prerequisites({ "automation-science-pack" })
:prerequisites({ "space-science-pack" })
: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)
:apply()
:apply()