Skip to content

Commit

Permalink
fix health bar not being shifted up by DualHotbar (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
charagarlnad authored Oct 10, 2023
1 parent 8bb6f7b commit 11179e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/tconstruct/client/HealthBarRenderer.java
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public void onTick(TickEvent.ClientTickEvent event) {
}

/* HUD */
@SubscribeEvent(priority = EventPriority.HIGHEST)
@SubscribeEvent(priority = EventPriority.HIGH) // Not highest for DualHotbar compatibility
public void renderHealthbar(RenderGameOverlayEvent.Pre event) {

if (event.type != RenderGameOverlayEvent.ElementType.HEALTH) {
Expand Down

0 comments on commit 11179e4

Please sign in to comment.