MinecraftForge/FML@aaf02ea2ac Updated for new PR client jar.

This commit is contained in:
LexManos 2013-03-20 09:05:58 -07:00
parent 3d9629013b
commit 342a33c142
2 changed files with 6 additions and 6 deletions

2
fml

@ -1 +1 @@
Subproject commit a573faf92def5dd01af380b3ca86de877c1178a2
Subproject commit aaf02ea2ac938d8cbaafdd2f59985c0604d648d7

View file

@ -11,7 +11,7 @@
@SideOnly(Side.CLIENT)
public abstract class Minecraft implements Runnable, IPlayerUsage
{
@@ -1237,7 +1241,7 @@
@@ -1238,7 +1242,7 @@
if (this.thePlayer.canCurrentToolHarvestBlock(j, k, l))
{
@ -20,7 +20,7 @@
this.thePlayer.swingItem();
}
}
@@ -1303,7 +1307,8 @@
@@ -1304,7 +1308,8 @@
{
int j1 = itemstack != null ? itemstack.stackSize : 0;
@ -30,7 +30,7 @@
{
flag = false;
this.thePlayer.swingItem();
@@ -1329,7 +1334,8 @@
@@ -1330,7 +1335,8 @@
{
ItemStack itemstack1 = this.thePlayer.inventory.getCurrentItem();
@ -40,7 +40,7 @@
{
this.entityRenderer.itemRenderer.resetEquippedProgress2();
}
@@ -2026,6 +2032,18 @@
@@ -2027,6 +2033,18 @@
if (this.theIntegratedServer != null)
{
this.theIntegratedServer.initiateShutdown();
@ -59,7 +59,7 @@
}
this.theIntegratedServer = null;
@@ -2353,103 +2371,12 @@
@@ -2354,103 +2372,12 @@
if (this.objectMouseOver != null)
{
boolean flag = this.thePlayer.capabilities.isCreativeMode;