Update for stealth update. Thanks mojang!
This commit is contained in:
parent
e64c07a109
commit
bfe955dbf2
3 changed files with 3 additions and 3 deletions
|
@ -38,7 +38,7 @@ DirNatives = %(DirJars)s/bin/natives
|
|||
Client = %(DirJars)s/bin/minecraft.jar
|
||||
Server = %(DirJars)s/minecraft_server.jar
|
||||
LWJGL = %(DirJars)s/bin/jinput.jar,%(DirJars)s/bin/lwjgl.jar,%(DirJars)s/bin/lwjgl_util.jar
|
||||
MD5Client = 9356f3ad44925a684e918b9270b63a6c
|
||||
MD5Client = 349e373456ea2a97fab42dd9d938e784
|
||||
MD5Server = 39df9f29e6904ea7b351ffb4fe949881
|
||||
|
||||
[RETROGUARD]
|
||||
|
|
|
@ -109,7 +109,7 @@ mcp_url = http://mcp.ocean-labs.de/files/archive/mcp803.zip
|
|||
mcp_md5 = 7810c2fba33e15889685b21ac8dc66cf
|
||||
|
||||
[1.6.2]
|
||||
client_md5 = 9356f3ad44925a684e918b9270b63a6c
|
||||
client_md5 = 349e373456ea2a97fab42dd9d938e784
|
||||
server_md5 = 39df9f29e6904ea7b351ffb4fe949881
|
||||
mcp_ver = 8.04
|
||||
mcp_url = http://mcp.ocean-labs.de/files/archive/mcp804.zip
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
{
|
||||
this.field_71466_p.func_78264_a(this.field_135017_as.func_135042_a());
|
||||
@@ -400,6 +409,7 @@
|
||||
this.field_71446_o.func_130088_a(TextureMap.field_110576_c, new TextureMap(1, "textures/items/"));
|
||||
this.field_71446_o.func_130088_a(TextureMap.field_110576_c, new TextureMap(1, "textures/items"));
|
||||
GL11.glViewport(0, 0, this.field_71443_c, this.field_71440_d);
|
||||
this.field_71452_i = new EffectRenderer(this.field_71441_e, this.field_71446_o);
|
||||
+ FMLClientHandler.instance().finishMinecraftLoading();
|
||||
|
|
Loading…
Reference in a new issue