mirror of
https://github.com/trafficlunar/options-profiles.git
synced 2026-06-27 22:24:10 +00:00
Update to 1.20.4
This commit is contained in:
parent
f55488ecf7
commit
6979ff543d
6 changed files with 19 additions and 21 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue