Update to 1.20.4

This commit is contained in:
AxolotlMaid 2024-01-07 11:54:58 +00:00
parent f55488ecf7
commit 6979ff543d
6 changed files with 19 additions and 21 deletions

View file

@ -22,7 +22,7 @@ public class ProfilesList extends ContainerObjectSelectionList<ProfilesList.Entr
final ProfilesScreen profilesScreen;
public ProfilesList(ProfilesScreen profilesScreen, Minecraft minecraft) {
super(minecraft, profilesScreen.width + 45, profilesScreen.height, 20, profilesScreen.height - 32, 20);
super(minecraft, profilesScreen.width + 45, profilesScreen.height - 52, 20, 20);
this.profilesScreen = profilesScreen;
refreshEntries();