Changes

Summary

  1. Fix mininglevel-increased bronze pickaxes being marked as incorrect (commit: 7f3fd63) (details)
  2. Fix incorrect vanilla harvest levels if HarvestLevel module is disabled (commit: ea514d3) (details)
  3. Merge the two options for pickaxe boosting and harvest level reduction (commit: 7962fd5) (details)
  4. Remove the bonus mining level from a diamond on pick-head exchange (commit: 5efe1f9) (details)
  5. Fix incorrect arrow tooltips (commit: 585353e) (details)
  6. Fix a few derps with the detection/updating of outdated tools. (commit: f77c465) (details)
  7. Disable automatic updating of tools as long as i'm not completely sure (commit: 4476576) (details)
  8. Revert "Merge the two options for pickaxe boosting and harvest level (commit: 27a17ea) (details)
  9. Change the weird config setup for pickaxe boosting to: requireboost = (commit: 80360f4) (details)
Commit 7f3fd63e7a6a6e7c8c44133b11c1b390f6e1f52d by bernhard.bonigl
Fix mininglevel-increased bronze pickaxes being marked as incorrect
(commit: 7f3fd63)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/OldToolConversionHandler.java (diff)
Commit ea514d3b5791816be24b9df5ccd32301e047ee73 by bernhard.bonigl
Fix incorrect vanilla harvest levels if HarvestLevel module is disabled
(commit: ea514d3)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/util/HarvestLevels.java (diff)
Commit 7962fd541e7c61d51fd403b6db37d4d77b6e77c6 by bernhard.bonigl
Merge the two options for pickaxe boosting and harvest level reduction into one (don't really make sense without the other one)
(commit: 7962fd5)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/reference/Config.java (diff)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/leveling/LevelingLogic.java (diff)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/old/IguanaTweaksTConstructOld.java (diff)
Commit 5efe1f9c4e5ef6c3bbbe7c0d076d61f4f159ca54 by bernhard.bonigl
Remove the bonus mining level from a diamond on pick-head exchange
(commit: 5efe1f9)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/replacing/ReplacementLogic.java (diff)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/leveling/handlers/LevelingEventHandler.java (diff)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/leveling/handlers/LevelingToolTipHandler.java (diff)
Commit f77c46522201a88e63fc9dc79dc64baae14d6e86 by bernhard.bonigl
Fix a few derps with the detection/updating of outdated tools.
(commit: f77c465)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/OldToolConversionHandler.java (diff)
Commit 44765761499d9bb4f7599c502d383c655e26f68f by bernhard.bonigl
Disable automatic updating of tools as long as i'm not completely sure it's un-derped
(commit: 4476576)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/OldToolConversionHandler.java (diff)
Commit 27a17ea657c66b52a69965000522d442c67c77e6 by bernhard.bonigl
Revert "Merge the two options for pickaxe boosting and harvest level reduction into one (don't really make sense without the other one)"

This reverts commit 7962fd541e7c61d51fd403b6db37d4d77b6e77c6.
(commit: 27a17ea)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/old/IguanaTweaksTConstructOld.java (diff)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/reference/Config.java (diff)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/leveling/LevelingLogic.java (diff)
Commit 80360f4d8f10b0ebaaa552e9e4169051941960e2 by bernhard.bonigl
Change the weird config setup for pickaxe boosting to: requireboost = feature is enabled, levelisgboost and headboost are just the 2 ways to get xp, and have no effect whether the feature is enabled or not.
(commit: 80360f4)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/leveling/handlers/LevelingToolTipHandler.java (diff)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/OldToolConversionHandler.java (diff)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/leveling/LevelingLogic.java (diff)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/reference/Config.java (diff)