bump version number

master
PF94 2020-11-26 21:30:45 -05:00
parent 28ffea95cf
commit 14f086a94e
3 changed files with 2 additions and 16 deletions

View File

@ -1,7 +0,0 @@
<html>
<meta http-equiv="Content-Type" content="text/html; charset=Cp1252"/>
<body>
<applet code=com.mojang.minecraft.MinecraftApplet.class width="200" height="200" >
</applet>
</body>
</html>

View File

@ -1,7 +0,0 @@
/* AUTOMATICALLY GENERATED ON Tue Apr 16 17:20:59 EDT 2002*/
/* DO NOT EDIT */
grant {
permission java.security.AllPermission;
};

View File

@ -642,9 +642,9 @@ public class Minecraft implements Runnable, LevelLoaderListener
GL11.glDisable(3553);
GL11.glPopMatrix();
this.checkGlError("GUI: Draw selected");
this.font.drawShadow("MinecraftGRPF 0.1.0b", 2, 2, 16777215);
this.font.drawShadow("MinecraftGRPF 0.1.0b_01", 2, 2, 16777215);
this.font.drawShadow(this.fpsString, 2, 12, 16777215);
//this.font.drawShadow("Test version", 2, 22, 16777215);
this.font.drawShadow("Test version", 2, 22, 16777215);
this.font.drawShadow(this.paintTextureString, 2, 52, 16777215);
this.checkGlError("GUI: Draw text");
final int wc = screenWidth / 2;