Updated for new PR client jar.

This commit is contained in:
LexManos 2013-03-20 08:59:25 -07:00
parent c0eaa8d743
commit b6f2573adb
2 changed files with 12 additions and 12 deletions

View File

@ -79,9 +79,9 @@ mcp_md5 = ad1a2b86916dd5f71e832181e01bd91a
[1.5.1] [1.5.1]
client_url = http://assets.minecraft.net/1_5_1/minecraft.jar client_url = http://assets.minecraft.net/1_5_1/minecraft.jar
server_url = http://assets.minecraft.net/1_5_1/minecraft_server.jar server_url = http://assets.minecraft.net/1_5_1/minecraft_server.jar
client_md5 = dcee28c1b1cea2b36816a60e8adafea4 client_md5 = 5c1219d869b87d233de3033688ec7567
server_md5 = 9d31b969c3f197a1d40381d5620717ea server_md5 = 9d31b969c3f197a1d40381d5620717ea
mcp_ver = 7.44pre1 mcp_ver = 7.44
mcp_url = http://files.minecraftforge.net/mcpmirror/mcp744pre1.zip mcp_url = http://files.minecraftforge.net/mcpmirror/mcp744.zip
mcp_md5 = ff85c9455e8e49b5ee1b79307c60eb77 mcp_md5 = 0b9047820bbcb7da32c5e18f60212832

View File

@ -21,7 +21,7 @@
@SideOnly(Side.CLIENT) @SideOnly(Side.CLIENT)
public abstract class Minecraft implements Runnable, IPlayerUsage public abstract class Minecraft implements Runnable, IPlayerUsage
{ {
@@ -298,6 +306,8 @@ @@ -299,6 +307,8 @@
this.field_71466_p = new FontRenderer(this.field_71474_y, "/font/default.png", this.field_71446_o, false); this.field_71466_p = new FontRenderer(this.field_71474_y, "/font/default.png", this.field_71446_o, false);
this.field_71464_q = new FontRenderer(this.field_71474_y, "/font/alternate.png", this.field_71446_o, false); this.field_71464_q = new FontRenderer(this.field_71474_y, "/font/alternate.png", this.field_71446_o, false);
@ -30,7 +30,7 @@
if (this.field_71474_y.field_74363_ab != null) if (this.field_71474_y.field_74363_ab != null)
{ {
StringTranslate.func_74808_a().func_74810_a(this.field_71474_y.field_74363_ab, false); StringTranslate.func_74808_a().func_74810_a(this.field_71474_y.field_74363_ab, false);
@@ -333,6 +343,8 @@ @@ -334,6 +344,8 @@
GL11.glViewport(0, 0, this.field_71443_c, this.field_71440_d); 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); this.field_71452_i = new EffectRenderer(this.field_71441_e, this.field_71446_o);
@ -39,7 +39,7 @@
try try
{ {
this.field_71430_V = new ThreadDownloadResources(this.field_71412_D, this); this.field_71430_V = new ThreadDownloadResources(this.field_71412_D, this);
@@ -361,6 +373,8 @@ @@ -362,6 +374,8 @@
{ {
this.func_71352_k(); this.func_71352_k();
} }
@ -48,7 +48,7 @@
} }
private void func_71357_I() throws LWJGLException private void func_71357_I() throws LWJGLException
@@ -722,9 +736,11 @@ @@ -723,9 +737,11 @@
if (!this.field_71454_w) if (!this.field_71454_w)
{ {
@ -60,7 +60,7 @@
} }
GL11.glFlush(); GL11.glFlush();
@@ -1254,10 +1270,14 @@ @@ -1255,10 +1271,14 @@
public void func_71407_l() public void func_71407_l()
{ {
@ -75,7 +75,7 @@
this.field_71424_I.func_76320_a("stats"); this.field_71424_I.func_76320_a("stats");
this.field_71413_E.func_77449_e(); this.field_71413_E.func_77449_e();
@@ -1715,6 +1735,8 @@ @@ -1716,6 +1736,8 @@
this.field_71453_ak.func_74428_b(); this.field_71453_ak.func_74428_b();
} }
@ -84,7 +84,7 @@
this.field_71424_I.func_76319_b(); this.field_71424_I.func_76319_b();
this.field_71423_H = func_71386_F(); this.field_71423_H = func_71386_F();
} }
@@ -1753,8 +1775,27 @@ @@ -1754,8 +1776,27 @@
} }
this.field_71413_E.func_77450_a(StatList.field_75936_f, 1); this.field_71413_E.func_77450_a(StatList.field_75936_f, 1);
@ -112,7 +112,7 @@
this.field_71455_al = true; this.field_71455_al = true;
this.field_71461_s.func_73720_a(StatCollector.func_74838_a("menu.loadingLevel")); this.field_71461_s.func_73720_a(StatCollector.func_74838_a("menu.loadingLevel"));
@@ -1976,6 +2017,12 @@ @@ -1977,6 +2018,12 @@
public static void main(String[] p_main_0_) public static void main(String[] p_main_0_)
{ {