Skip to content

Commit

Permalink
Make calculateStrength of harvestTool public (was package? forgotten …
Browse files Browse the repository at this point in the history
…access modifier?)
  • Loading branch information
bonii-xx committed Jul 15, 2014
1 parent 1ed1574 commit 313b491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/tconstruct/library/tools/HarvestTool.java
Expand Up @@ -49,7 +49,7 @@ public float getDigSpeed (ItemStack stack, Block block, int meta)
return super.getDigSpeed(stack, block, meta);
}

float calculateStrength (NBTTagCompound tags, Block block, int meta)
public float calculateStrength (NBTTagCompound tags, Block block, int meta)
{
float mineSpeed = tags.getInteger("MiningSpeed");
int heads = 1;
Expand Down

0 comments on commit 313b491

Please sign in to comment.