Not quite

This commit is contained in:
StevenRS11
2013-11-06 16:53:14 -05:00
parent d849071e8e
commit b4e0d53509
5 changed files with 19 additions and 8 deletions

View File

@@ -59,7 +59,7 @@ public class ItemRiftBlade extends ItemSword
}
}
@Override
//@Override
public int getDamageVsEntity(Entity par1Entity)
{
return 7;
@@ -72,7 +72,8 @@ public class ItemRiftBlade extends ItemSword
return true;
}
@Override
//TODO fix damage
//@Override
public boolean hitEntity(ItemStack par1ItemStack, EntityLiving par2EntityLiving, EntityLiving par3EntityLiving)
{
par1ItemStack.damageItem(1, par3EntityLiving);