Added basic (and functional!) Login screen

Metadata now ignores the Forge part of the Minecraft version String
This commit is contained in:
Marius Metzger
2015-01-28 13:20:03 +01:00
parent d31180654f
commit 4659abc98e
9 changed files with 283 additions and 30 deletions

View File

@@ -0,0 +1,7 @@
package eu.crushedpixel.replaymod.gui.online;
import net.minecraft.client.gui.GuiScreen;
public class GuiReplayCenter extends GuiScreen {
}