Changes

Summary

  1. Phew. localized levelling up. With proper coloring now. (commit: 0b7eaba) (details)
  2. Change Boost-XP modifier to 1.12 from 1.15 and add a config option for (commit: 1d48c01) (details)
  3. Fix a derp that caused stone tools etc. not having mining level display (commit: 0b3bb7c) (details)
  4. Fix bowstring (and possibly other toolparts) not having a tooltip (commit: cbe3579) (details)
  5. Part replacement correctly adds missing boost-xp on upgrading, but (commit: 5dd86d6) (details)
  6. Fix part-replacement not working with custom recipes. This fixes (commit: fd16f79) (details)
  7. Add tooltips to mobheads to show their mining level boost (commit: 7a14fb5) (details)
  8. Enable mining level nerf by default because otherwise mining levels are (commit: 02b37f5) (details)
Commit 0b7eabadf90b798f9878ada148be95af1809b2dc by bernhard.bonigl
Phew. localized levelling up. With proper coloring now.
(commit: 0b7eaba)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/leveling/LevelingTooltips.java (diff)
The file was modifiedresources/assets/iguanatweakstconstruct/lang/en_US.lang (diff)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/leveling/LevelingLogic.java (diff)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/leveling/RandomBonuses.java (diff)
Commit 1d48c010379f0b21197a405fe3e9a1beee30985e by bernhard.bonigl
Change Boost-XP modifier to 1.12 from 1.15 and add a config option for it. It was a bit excessive with the new mining level added in between.
(commit: 1d48c01)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/leveling/LevelingLogic.java (diff)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/IguanaTweaksTConstruct.java (diff)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/reference/Config.java (diff)
Commit 0b3bb7cec1e5e04628a49fc6f8bd8eb08a16a762 by bernhard.bonigl
Fix a derp that caused stone tools etc. not having mining level display
(commit: 0b3bb7c)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/leveling/handlers/LevelingToolTipHandler.java (diff)
Commit cbe35790662b003382581af5a1465ec3e594cd8c by bernhard.bonigl
Fix bowstring (and possibly other toolparts) not having a tooltip
(commit: cbe3579)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/replacing/PartToolTipHandler.java (diff)
Commit 5dd86d613b173604095276b5fcb3a305cc2e1773 by bernhard.bonigl
Part replacement correctly adds missing boost-xp on upgrading, but disallows downgrading to stone-level-heads.
(commit: 5dd86d6)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/leveling/LevelingLogic.java (diff)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/replacing/ModPartReplacement.java (diff)
Commit fd16f799f536f0eb1055915a338d4009ad829fb6 by bernhard.bonigl
Fix part-replacement not working with custom recipes. This fixes bow-part-replacement.
(commit: fd16f79)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/replacing/ReplacementLogic.java (diff)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/replacing/ModPartReplacement.java (diff)
Commit 7a14fb5f21c97144f358c02d97c0a807e42c7a75 by bernhard.bonigl
Add tooltips to mobheads to show their mining level boost
(commit: 7a14fb5)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/leveling/IguanaToolLeveling.java (diff)
The file was addedsrc/main/java/iguanaman/iguanatweakstconstruct/leveling/handlers/MobHeadTooltipHandler.java
The file was modifiedresources/assets/iguanatweakstconstruct/lang/en_US.lang (diff)
Commit 02b37f5a2faba9d8e9bdedb77c81b258ea0f4dfc by bernhard.bonigl
Enable mining level nerf by default because otherwise mining levels are fucked up by default.
(commit: 02b37f5)
The file was modifiedsrc/main/java/iguanaman/iguanatweakstconstruct/reference/Config.java (diff)