Skip to content

Commit

Permalink
0.5.1fiifififififx
Browse files Browse the repository at this point in the history
  • Loading branch information
LaoHuaJiOfficial committed Aug 4, 2024
1 parent 07d3e84 commit 823a7d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/newhorizon/content/NHBlocks.java
Original file line number Diff line number Diff line change
Expand Up @@ -3965,9 +3965,7 @@ public void drawPlanConfig(BuildPlan plan, Eachable<BuildPlan> list){
fadeIn = moveArrows = true;
hasPower = false;
range = 8;
speed = 40;
arrowSpacing = 8f;
bufferCapacity = 20;
}};

multiSteelLiquidBridge = new FloatLiquidBridge("multi-steel-liquid-bridge"){{
Expand Down
4 changes: 2 additions & 2 deletions src/newhorizon/expand/block/distribution/FloatItemBridge.java
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@

import static mindustry.Vars.world;

public class FloatItemBridge extends BufferedItemBridge {
public class FloatItemBridge extends ItemBridge {
public FloatItemBridge(String name) {
super(name);
placeableLiquid = true;
}

public class FloatItemBridgeBuild extends BufferedItemBridgeBuild {
public class FloatItemBridgeBuild extends ItemBridgeBuild {
public Seq<Building> proximityBuild = new Seq<>();
public boolean ab;
public boolean[] edge, corner;
Expand Down

0 comments on commit 823a7d0

Please sign in to comment.