Added missing bundle/tech entries / Pack debug
This commit is contained in:
@@ -4,5 +4,8 @@
|
|||||||
flattenPaths: true,
|
flattenPaths: true,
|
||||||
maxWidth: 4096,
|
maxWidth: 4096,
|
||||||
maxHeight: 4096,
|
maxHeight: 4096,
|
||||||
fast: true
|
fast: true,
|
||||||
|
|
||||||
|
edgePadding: false,
|
||||||
|
bleed: false
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1077,6 +1077,11 @@ unit.minke.name = Minke
|
|||||||
unit.bryde.name = Bryde
|
unit.bryde.name = Bryde
|
||||||
unit.sei.name = Sei
|
unit.sei.name = Sei
|
||||||
unit.omura.name = Omura
|
unit.omura.name = Omura
|
||||||
|
unit.retusa.name = Retusa
|
||||||
|
unit.oxynoe.name = Oxynoe
|
||||||
|
unit.cyerce.name = Cyerce
|
||||||
|
unit.aegires.name = Aegires
|
||||||
|
unit.navanax.name = Navanax
|
||||||
unit.alpha.name = Alpha
|
unit.alpha.name = Alpha
|
||||||
unit.beta.name = Beta
|
unit.beta.name = Beta
|
||||||
unit.gamma.name = Gamma
|
unit.gamma.name = Gamma
|
||||||
@@ -1288,6 +1293,12 @@ block.exponential-reconstructor.name = Exponential Reconstructor
|
|||||||
block.tetrative-reconstructor.name = Tetrative Reconstructor
|
block.tetrative-reconstructor.name = Tetrative Reconstructor
|
||||||
block.payload-conveyor.name = Payload Conveyor
|
block.payload-conveyor.name = Payload Conveyor
|
||||||
block.payload-router.name = Payload Router
|
block.payload-router.name = Payload Router
|
||||||
|
block.duct.name = Duct
|
||||||
|
block.duct-router.name = Duct Router
|
||||||
|
block.duct-bridge.name = Duct Bridge
|
||||||
|
block.payload-propulsion-tower.name = Payload Propulsion Tower
|
||||||
|
block.payload-void.name = Payload Void
|
||||||
|
block.payload-source.name = Payload Source
|
||||||
block.disassembler.name = Disassembler
|
block.disassembler.name = Disassembler
|
||||||
block.silicon-crucible.name = Silicon Crucible
|
block.silicon-crucible.name = Silicon Crucible
|
||||||
block.overdrive-dome.name = Overdrive Dome
|
block.overdrive-dome.name = Overdrive Dome
|
||||||
|
|||||||
@@ -53,7 +53,9 @@ public class TechTree implements ContentList{
|
|||||||
node(titaniumConveyor, Seq.with(new SectorComplete(craters)), () -> {
|
node(titaniumConveyor, Seq.with(new SectorComplete(craters)), () -> {
|
||||||
node(phaseConveyor, () -> {
|
node(phaseConveyor, () -> {
|
||||||
node(massDriver, () -> {
|
node(massDriver, () -> {
|
||||||
|
node(payloadPropulsionTower, () -> {
|
||||||
|
|
||||||
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
@@ -233,7 +235,9 @@ public class TechTree implements ContentList{
|
|||||||
});
|
});
|
||||||
|
|
||||||
node(repairPoint, () -> {
|
node(repairPoint, () -> {
|
||||||
|
node(repairTurret, () -> {
|
||||||
|
|
||||||
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
@@ -416,6 +420,18 @@ public class TechTree implements ContentList{
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
node(retusa, () -> {
|
||||||
|
node(oxynoe, () -> {
|
||||||
|
node(cyclone, () -> {
|
||||||
|
node(aegires, () -> {
|
||||||
|
node(navanax, () -> {
|
||||||
|
|
||||||
|
});
|
||||||
|
});
|
||||||
|
});
|
||||||
|
});
|
||||||
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
+1
-1
@@ -9,4 +9,4 @@ kapt.use.worker.api=true
|
|||||||
kapt.include.compile.classpath=false
|
kapt.include.compile.classpath=false
|
||||||
# I don't need to use the kotlin stdlib yet, so remove it to prevent extra bloat & method count issues
|
# I don't need to use the kotlin stdlib yet, so remove it to prevent extra bloat & method count issues
|
||||||
kotlin.stdlib.default.dependency=false
|
kotlin.stdlib.default.dependency=false
|
||||||
archash=94cb69e5eb799266de29f7b962597db63b9b0de9
|
archash=1a7e355c59f8882526fca13ca70ab2d8396c2322
|
||||||
|
|||||||
Reference in New Issue
Block a user