Add missing feature
This commit is contained in:
parent
e966a5d8e3
commit
e20796d50c
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue