Skip to content

Commit

Permalink
change accessibility (#839)
Browse files Browse the repository at this point in the history
Co-authored-by: afoxxvi <[email protected]>
  • Loading branch information
afoxxvi and afoxxvi authored Feb 21, 2024
1 parent 2658bbf commit ca84d89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public static void onClientTick(TickEvent.Client event)
}
}

private static void renderTemperature(GuiGraphics guiGraphics, float partialTicks, int width, int height)
public static void renderTemperature(GuiGraphics guiGraphics, float partialTicks, int width, int height)
{
Minecraft minecraft = Minecraft.getInstance();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public static void onBeginRenderAir(RenderGuiEvent.Pre event)
}
}

private static void drawThirst(GuiGraphics guiGraphics, int screenWidth, int rowTop, int thirstLevel, float thirstHydrationLevel)
public static void drawThirst(GuiGraphics guiGraphics, int screenWidth, int rowTop, int thirstLevel, float thirstHydrationLevel)
{
Minecraft minecraft = Minecraft.getInstance();
Player player = minecraft.player;
Expand Down

0 comments on commit ca84d89

Please sign in to comment.