ToolHelper.isToolEffectiveAgainst uses vanilla break speed method instead of Forge method
Choonster opened this issue ยท 3 comments
The last line of ToolHelper.isToolEffectiveAgainst
uses the vanilla ItemStack#func_150997_a
method to get the tool's break speed for the block, but it should probably use the Forge-provided Item#getDigSpeed
method instead since this is used for the actual break speed calculations when breaking blocks.
Thanks for the quick fix. This should allow my custom swords to show as effective tools for Cobwebs.