You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@BugFix(id = "MC-251068", category = FixCategory.BASIC, env = BugFix.Env.CLIENT, description = "If you delete your only world, then you are no longer automatically thrown into the menu of creating a new world")
@BugFix(id = "MC-79545", category = FixCategory.BASIC, env = BugFix.Env.CLIENT, description = "The experience bar disappears when too many levels are given to the player")
12
-
@Mixin(ExperienceBarRenderer.class)
12
+
@Mixin(ExperienceBar.class)
13
13
publicclassExperienceBarRendererMixin {
14
14
/**
15
15
* In some cases, this value can wrap-around to negative values
0 commit comments