Rearranged some transport tech on the tree
This commit is contained in:
@@ -102,8 +102,7 @@ public class ErekirTechTree{
|
|||||||
|
|
||||||
node(reinforcedPayloadConveyor, Seq.with(new OnSector(atlas)), () -> {
|
node(reinforcedPayloadConveyor, Seq.with(new OnSector(atlas)), () -> {
|
||||||
//TODO should only be unlocked in unit sector
|
//TODO should only be unlocked in unit sector
|
||||||
node(constructor, Seq.with(new Research(siliconArcFurnace), new OnSector(split)), () -> {
|
node(payloadMassDriver, Seq.with(new Research(siliconArcFurnace), new OnSector(split)), () -> {
|
||||||
node(payloadMassDriver, Seq.with(new OnSector(split)), () -> {
|
|
||||||
//TODO further limitations
|
//TODO further limitations
|
||||||
node(payloadLoader, () -> {
|
node(payloadLoader, () -> {
|
||||||
node(payloadUnloader, () -> {
|
node(payloadUnloader, () -> {
|
||||||
@@ -114,6 +113,7 @@ public class ErekirTechTree{
|
|||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
node(constructor, Seq.with(new OnSector(split)), () -> {
|
||||||
node(smallDeconstructor, () -> {
|
node(smallDeconstructor, () -> {
|
||||||
node(largeConstructor, () -> {
|
node(largeConstructor, () -> {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user