Fixed #3540 / Fixed #3544 / Fixed #3542

This commit is contained in:
Anuken
2020-11-23 09:12:36 -05:00
parent 8d91a9b014
commit 075be1a862
10 changed files with 25 additions and 16 deletions

View File

@@ -551,7 +551,9 @@ public class TechTree implements ContentList{
node(nuclearComplex, Seq.with(
new SectorComplete(fungalPass),
new Research(thermalGenerator),
new Research(laserDrill)
new Research(laserDrill),
new Research(Items.plastanium),
new Research(swarmer)
), () -> {
});
@@ -613,7 +615,9 @@ public class TechTree implements ContentList{
});
nodeProduce(Liquids.oil, () -> {
nodeProduce(Items.plastanium, () -> {
});
});
});
});