Skip to content

Commit df9c89b

Browse files
Merge pull request #3 from StoppedwummPython/StoppedwummPython-patch-1
Update information screen in GuiMainMenu
2 parents 105791d + 2415ebc commit df9c89b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

patches/minecraft/net/minecraft/client/gui/GuiMainMenu.edit.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -280,11 +280,11 @@
280280

281281
~ if (parGuiButton.id == 6) {
282282
~ List<String> infoLines = new ArrayList<>();
283-
~ infoLines.add("This is a custom information screen.");
284-
~ infoLines.add("You can display any text you want here.");
283+
~ infoLines.add("Changelog");
284+
~ infoLines.add("Added Servers from servers.eaglercraft.com");
285+
~ infoLines.add("servers.eaglercraft.com");
285286
~ infoLines.add("");
286-
~ infoLines.add("EaglercraftX 1.8 is a project to");
287-
~ infoLines.add("decompile and patch Minecraft 1.8.8 for the web.");
287+
~ infoLines.add("Added 'Toggle to speak' to Voicechat");
288288
~ this.mc.displayGuiScreen(new GuiInfoScreen(this, "Information", infoLines));
289289

290290
> INSERT 2 : 6 @ 2

0 commit comments

Comments
 (0)