Skip to content

Commit

Permalink
remove excess alphamult
Browse files Browse the repository at this point in the history
  • Loading branch information
MicrocontrollersDev committed Jun 19, 2024
1 parent ec35bab commit a60f47f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ public boolean shouldMakeBeacon() {
@SubscribeEvent
public void onRenderWorldLast(RenderWorldLastEvent event) {
if (!shouldMakeBeacon()) return;
WaypointUtil.renderBeaconBeam(block, HytilsConfig.miniWallsMiddleBeaconColor, 1.0f, event.partialTicks);
WaypointUtil.renderBeaconBeam(block, HytilsConfig.miniWallsMiddleBeaconColor, event.partialTicks);
}
}

0 comments on commit a60f47f

Please sign in to comment.