Files
Eaglercraft-1.8/patches/minecraft/net/minecraft/client/gui/GuiCreateFlatWorld.edit.java

28 lines
563 B
Java

# Eagler Context Redacted Diff
# Copyright (c) 2024 lax1dude. All rights reserved.
# Version: 1.0
# Author: lax1dude
> INSERT 3 : 6 @ 3
+
+ import net.lax1dude.eaglercraft.v1_8.opengl.GlStateManager;
+ import net.lax1dude.eaglercraft.v1_8.opengl.WorldRenderer;
> DELETE 2 @ 2 : 9
> DELETE 2 @ 2 : 3
> CHANGE 61 : 67 @ 61 : 62
~ public void handleTouchInput() throws IOException {
~ super.handleTouchInput();
~ this.createFlatWorldListSlotGui.handleTouchInput();
~ }
~
~ protected void actionPerformed(GuiButton parGuiButton) {
> EOF