Skip to content

Commit

Permalink
Update InfoRender.java
Browse files Browse the repository at this point in the history
  • Loading branch information
hotpad100c authored Dec 7, 2024
1 parent 86bcc64 commit 08ebffe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/client/java/mypals/ml/InfoRender.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ public static void render(MatrixStack matrixStack, Float tickDelta) {
pos = reorderedFluidTicks.get(fluidIndex);
}

drawCube(matrixStack, pos, 0.01f, tickDelta,
new Color(225, 225, 225), boxAlpha);
drawCube2(matrixStack, pos, 0.02f, tickDelta,
new Color(225, 225, 225), Math.min(boxAlpha+0.3f,1f));
}

for (SchedulTickObject tick : scheduledTicksBlock) {
Expand Down

0 comments on commit 08ebffe

Please sign in to comment.