Skip to content

Commit d63a20f

Browse files
committed
Vanstar unit stuff
1 parent 416ae51 commit d63a20f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/exogenesis/content/ExoVanstarBlocks.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ public static void load(){
133133
underBullets = true;
134134
solid = false;
135135
}};
136-
drainPipeBridge = new LiquidBridge("drain-pipe-bridge"){{
136+
drainPipeBridge = new LiquidBridge("drain-pipe-bridge-conduit"){{
137137
requirements(Category.liquid, with(ExoItems.exoMetaglass, 1, ExoItems.cobolt, 3));
138138
fadeIn = moveArrows = false;
139139
arrowSpacing = 6f;
@@ -569,7 +569,7 @@ public static void load(){
569569
}};
570570

571571
atmosphericExtractor = new GenericCrafter("atmospheric-extractor"){{
572-
requirements(Category.power, with(ExoItems.cobolt, 30, ExoItems.oltuxium, 60));
572+
requirements(Category.crafting, with(ExoItems.cobolt, 30, ExoItems.oltuxium, 60));
573573
scaledHealth = 280;
574574
hasPower = hasLiquids = true;
575575
size = 3;
@@ -582,7 +582,7 @@ public static void load(){
582582
new DrawDefault(),
583583
new DrawLiquidRegion(),
584584
new DrawCrucibleFlame() {{
585-
particleRad = 13;
585+
particleRad = 25;
586586
particleLife = 20.0F;
587587
particleSize = 5.0F;
588588
flameColor = Color.valueOf("dcc7a8");

0 commit comments

Comments
 (0)