Fix MainMenuScreen patch

This commit is contained in:
tterrag 2019-12-17 21:10:49 -05:00
parent 49596dcacc
commit 30b530836a

View file

@ -18,7 +18,7 @@
} else { } else {
this.func_73969_a(j, 24); this.func_73969_a(j, 24);
+ modbutton = this.addButton(new Button(this.width / 2 - 100, j + 24 * 2, 98, 20, I18n.func_135052_a("fml.menu.mods"), button -> { + modbutton = this.addButton(new Button(this.width / 2 - 100, j + 24 * 2, 98, 20, I18n.func_135052_a("fml.menu.mods"), button -> {
+ this.minecraft.func_147108_a(new net.minecraftforge.fml.client.gui.GuiModList(this)); + this.minecraft.func_147108_a(new net.minecraftforge.fml.client.gui.ModListScreen(this));
+ })); + }));
} }