This commit is contained in:
Anuken
2022-02-20 16:03:13 -05:00
parent a75442126b
commit 21bf26fa78
2 changed files with 2 additions and 2 deletions

View File

@@ -3623,7 +3623,7 @@ public class Blocks{
size = 3; size = 3;
configurable = false; configurable = false;
plans.add(new UnitPlan(UnitTypes.stell, 60f * 60f, with(Items.graphite, 20f, Items.silicon, 40f))); plans.add(new UnitPlan(UnitTypes.stell, 60f * 60f, with(Items.graphite, 20f, Items.silicon, 40f)));
researchCostMultiplier = 1f / 12f; researchCostMultiplier = 1f / 20f;
consumePower(2f); consumePower(2f);
}}; }};

View File

@@ -186,7 +186,7 @@ public class ErekirTechTree{
}); });
}); });
node(breach, Seq.with(new Research(siliconArcFurnace)), () -> { node(breach, Seq.with(new Research(siliconArcFurnace), new OnSector(two)), () -> {
node(berylliumWall, () -> { node(berylliumWall, () -> {
node(berylliumWallLarge, () -> { node(berylliumWallLarge, () -> {