Remove swingArm in IToolHammer implementation. (#3249)

Fixes #3248
This commit is contained in:
fscan
2017-11-25 13:38:22 +01:00
committed by GitHub
parent 33754d289d
commit 9d8226da19
2 changed files with 1 additions and 4 deletions
@@ -103,14 +103,13 @@ public class ToolQuartzWrench extends AEBaseItem implements IAEWrench, IToolHamm
@Override
public void toolUsed( ItemStack item, EntityLivingBase user, BlockPos pos )
{
user.swingArm( user.getActiveHand() );
}
@Override
public void toolUsed( ItemStack item, EntityLivingBase user, Entity entity )
{
user.swingArm( user.getActiveHand() );
}
// IToolHammer - end
// TODO: BC Wrench Integration