Skip to content

Commit

Permalink
Cleaver stronk!
Browse files Browse the repository at this point in the history
  • Loading branch information
mDiyo committed Dec 7, 2013
1 parent 931b81a commit 30727de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tconstruct/items/tools/Cleaver.java
Expand Up @@ -19,7 +19,7 @@ public class Cleaver extends Weapon
{
public Cleaver(int itemID)
{
super(itemID, 4);
super(itemID, 6);
this.setUnlocalizedName("InfiTool.Cleaver");
}

Expand Down Expand Up @@ -74,7 +74,7 @@ public float getDurabilityModifier ()
@Override
public float getDamageModifier ()
{
return 1.25f;
return 1.4f;
}

@SideOnly(Side.CLIENT)
Expand Down

0 comments on commit 30727de

Please sign in to comment.