File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
patches/minecraft/net/minecraft/client/gui Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments