Skip to content

Commit

Permalink
Fix #85
Browse files Browse the repository at this point in the history
  • Loading branch information
dima-dencep committed Jun 13, 2024
1 parent e2aaedd commit 8970384
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public abstract class NeoForgeLoadingOverlayMixin extends LoadingOverlay {
@Shadow(remap = false)
@Final
private Minecraft minecraft;
@Shadow(remap = false)
@Shadow(remap = false, aliases = {"progressMeter", "progress"})
@Final
private ProgressMeter progress;
@Shadow(remap = false)
Expand Down

0 comments on commit 8970384

Please sign in to comment.