Merge pull request #408 from SteveKunG/patch-5

Add missing feature
This commit is contained in:
Adubbz 2015-02-17 09:48:13 +11:00
commit 4c69cbfdf8
1 changed files with 2 additions and 2 deletions

View File

@ -74,10 +74,10 @@ public class BlockFlesh extends Block
{
InventoryPlayer inventory = ((EntityPlayer)entity).inventory;
/*TODO FEATURE if (inventory.armorInventory[0] != null && inventory.armorInventory[0].itemID == Items.wadingBoots.get().itemID)
if (inventory.armorInventory[0] != null && inventory.armorInventory[0].getItem() == BOPCItems.wadingBoots)
{
return;
}*/
}
}
entity.motionX *= 0.9D;