Changes

Summary

  1. removed localBlock and localMeta in HarvestTool.java because block and (details)
  2. unified use of block / localBlock like it is in Hammer. (details)
Commit 2f5910c08eec6dce70fa9b8dacce716500acf69f by joachim
removed localBlock and localMeta in HarvestTool.java because block and localBlock is always the same.
moved the block harvesting in own method
fixes some blocks not droping or not breaking at all.
fixes exp drop with silktouch
The file was modifiedsrc/main/java/tconstruct/library/tools/DualHarvestTool.java (diff)
The file was modifiedsrc/main/java/tconstruct/library/tools/HarvestTool.java (diff)
Commit e9822db594ab58b831ccfa775d524493a3ae7f5b by unknown
unified use of block / localBlock like it is in Hammer.
block harvesting is in own method in HarvestTool except the scythe.
fix for some blocks drop nothing or not breaking at all.
fix for dropping exp with silktouch.
The file was modifiedsrc/main/java/tconstruct/items/tools/Scythe.java (diff)
The file was modifiedsrc/main/java/tconstruct/items/tools/Hammer.java (diff)
The file was modifiedsrc/main/java/tconstruct/items/tools/LumberAxe.java (diff)
The file was modifiedsrc/main/java/tconstruct/items/tools/Battleaxe.java (diff)
The file was modifiedsrc/main/java/tconstruct/items/tools/Excavator.java (diff)