Changes

Summary

  1. Make calculateStrength of harvestTool public (was package? forgotten (details)
  2. Add a public isEffective to HarvestTool. Allows outside checking whether (details)
  3. Fixed Lava (Fuel) gague in the smeltery (details)
Commit 313b49181f4621add1ebab006552fe9992a2f2da by bernhard.bonigl
Make calculateStrength of harvestTool public (was package? forgotten access modifier?)
The file was modifiedsrc/main/java/tconstruct/library/tools/HarvestTool.java (diff)
Commit 92f6e1405fabd8728b0d5a9c0f70b4dce4d379f6 by bernhard.bonigl
Add a public isEffective to HarvestTool. Allows outside checking whether a tool is effective vs. a material.
The file was modifiedsrc/main/java/tconstruct/library/tools/HarvestTool.java (diff)
Commit eb50bb90f3ddc5dc8f96d6b79192b0bbcaa5c6a1 by JeanGlassmaker
Fixed Lava (Fuel) gague in the smeltery
The file was modifiedsrc/main/java/tconstruct/smeltery/logic/SmelteryLogic.java (diff)