Skip to content

Commit

Permalink
Revert "Neptunium Axe tweaks"
Browse files Browse the repository at this point in the history
This reverts commit c1a4971.
  • Loading branch information
GirafiStudios committed Nov 8, 2022
1 parent c1a4971 commit 42c2408
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -8,7 +8,7 @@
public class AquaItemAxe extends ItemAxe {

public AquaItemAxe(ToolMaterial toolMaterial) {
super(toolMaterial, 5.0F, -3.0F);
super(toolMaterial, 8.0F, -3.0F);
}

@Override
Expand All @@ -17,4 +17,4 @@ public Item setTranslationKey(@Nonnull String name) {
super.setTranslationKey(name);
return this;
}
}
}

0 comments on commit 42c2408

Please sign in to comment.