Faster erekir mining speed

This commit is contained in:
Anuken
2022-05-10 17:35:43 -04:00
parent 1eba814e68
commit 01ba06ddef
2 changed files with 4 additions and 4 deletions

View File

@ -340,7 +340,7 @@ public class ErekirTechTree{
//TODO more sectors
node(onset, () -> {
node(two, Seq.with(new SectorComplete(onset), new Research(ductRouter), new Research(ductBridge)), () -> {
node(three, Seq.with(new SectorComplete(two), new Research(ventCondenser)), () -> {
node(three, Seq.with(new SectorComplete(two), new Research(ventCondenser), new Research(shipFabricator)), () -> {
node(four, Seq.with(new SectorComplete(three)), () -> {
});