Added missing bundle/tech entries / Pack debug

This commit is contained in:
Anuken
2021-06-03 10:21:32 -04:00
parent 0c85a6ee47
commit 5533721f3c
4 changed files with 32 additions and 2 deletions

View File

@@ -53,7 +53,9 @@ public class TechTree implements ContentList{
node(titaniumConveyor, Seq.with(new SectorComplete(craters)), () -> {
node(phaseConveyor, () -> {
node(massDriver, () -> {
node(payloadPropulsionTower, () -> {
});
});
});
@@ -233,7 +235,9 @@ public class TechTree implements ContentList{
});
node(repairPoint, () -> {
node(repairTurret, () -> {
});
});
});
});
@@ -416,6 +420,18 @@ public class TechTree implements ContentList{
});
});
});
node(retusa, () -> {
node(oxynoe, () -> {
node(cyclone, () -> {
node(aegires, () -> {
node(navanax, () -> {
});
});
});
});
});
});
});
});