Changes

Summary

  1. ModIntegration: Fix CertusQuartz not being registered correctly as (details)
  2. Bugfix: Blaze modifier didn't stack its levels properly. Broke after 1st (details)
  3. Bugfix: It was possible to add more than <maxamount> to (details)
Commit f1ba2b2c50d6eaa9fcfdaede6a6542536cd6b1c6 by bernhard.bonigl
ModIntegration: Fix CertusQuartz not being registered correctly as Attack Modifier
The file was modifiedsrc/main/java/tconstruct/tools/TinkerToolEvents.java (diff)
Commit f6877b55cbbcc0a845612e465a1f45369d758f59 by bernhard.bonigl
Bugfix: Blaze modifier didn't stack its levels properly. Broke after 1st level because it only checked for it's first maximum.
The file was modifiedsrc/main/java/tconstruct/modifiers/tools/ModBlaze.java (diff)
Commit 527934d277cceab18fac3483f658fd3e8a92fbc8 by bernhard.bonigl
Bugfix: It was possible to add more than <maxamount> to redstone/lapis/... modifiers if they were exactly at a lvlup threshold
The file was modifiedsrc/main/java/tconstruct/modifiers/tools/ModLapis.java (diff)
The file was modifiedsrc/main/java/tconstruct/modifiers/tools/ModSmite.java (diff)
The file was modifiedsrc/main/java/tconstruct/modifiers/tools/ModAttack.java (diff)
The file was modifiedsrc/main/java/tconstruct/modifiers/tools/ModRedstone.java (diff)
The file was modifiedsrc/main/java/tconstruct/modifiers/tools/ModAntiSpider.java (diff)
The file was modifiedsrc/main/java/tconstruct/modifiers/tools/ModBlaze.java (diff)
The file was modifiedsrc/main/java/tconstruct/modifiers/tools/ModPiston.java (diff)