Add missing feature

This commit is contained in:
SteveKunG 2015-02-16 19:42:34 +07:00
parent e966a5d8e3
commit e20796d50c

View file

@ -74,10 +74,10 @@ public class BlockFlesh extends Block
{ {
InventoryPlayer inventory = ((EntityPlayer)entity).inventory; 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; return;
}*/ }
} }
entity.motionX *= 0.9D; entity.motionX *= 0.9D;