Skip to content

Commit

Permalink
更新 InGameHudMixin.java
Browse files Browse the repository at this point in the history
  • Loading branch information
HappyRespawnanchor authored Nov 12, 2024
1 parent c665cdd commit 6cc1f70
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ public class InGameHudMixin {
* and need to obey the rules of {@link net.minecraft.client.gui.LayeredDraw} (especially in {@link net.minecraft.client.gui.LayeredDraw#renderInner})
* to act like a layer of HUD.
*/
@Shadow
@Final
private Minecraft minecraft;

@Unique
private ExtraPlayerHud ayame_PaperDoll$extraPlayerHud;
Expand Down

0 comments on commit 6cc1f70

Please sign in to comment.