Skip to content

Changes

Started 6 days 11 hr ago
Took 1 min 7 sec on Builder

Summary

  1. Correct swapped XP bar variable labels in the zh_CN locale (commit: 314bf71) (details)
  2. Update changelog (commit: caddce9) (details)
  3. 2.3.001 (commit: c69f1fc) (details)
  4. Clarify that the Player_Tamed multiplier was missing from the default experience.yml (commit: fee990b) (details)
Commit 314bf71d1885f8dc6d4014b2697bd10db74431c8 by nossr50
Correct swapped XP bar variable labels in the zh_CN locale

The comments above XPBar.Template and XPBar.Complex.Template labeled {0}
as power level and {3} as skill level, but the XP bar template fills {0}
with the skill level and {3} with the power level.
(commit: 314bf71)
The file was modifiedsrc/main/resources/locale/locale_zh_CN.properties (diff)
The file was modifiedChangelog.txt (diff)
The file was modifiedsrc/main/java/com/gmail/nossr50/skills/woodcutting/WoodcuttingManager.java (diff)
The file was modifiedsrc/main/java/com/gmail/nossr50/config/skills/salvage/SalvageConfig.java (diff)
The file was modifiedsrc/main/java/com/gmail/nossr50/util/ItemUtils.java (diff)
The file was modifiedChangelog.txt (diff)
The file was modifiedsrc/test/java/com/gmail/nossr50/skills/herbalism/HerbalismManagerAbilitiesTest.java (diff)
The file was modifiedsrc/main/resources/repair.vanilla.yml (diff)
The file was modifiedsrc/test/java/com/gmail/nossr50/util/MaterialMapStoreTest.java (diff)
The file was modifiedsrc/main/java/com/gmail/nossr50/util/MaterialMapStore.java (diff)
The file was modifiedsrc/main/resources/config.yml (diff)
The file was modifiedsrc/main/java/com/gmail/nossr50/skills/herbalism/HerbalismManager.java (diff)
The file was modifiedpom.xml (diff)
The file was modifiedsrc/main/java/com/gmail/nossr50/config/skills/repair/RepairConfig.java (diff)
The file was modifiedsrc/main/java/com/gmail/nossr50/util/BlockUtils.java (diff)
The file was modifiedsrc/main/resources/experience.yml (diff)
The file was modifiedsrc/test/java/com/gmail/nossr50/skills/woodcutting/WoodcuttingTest.java (diff)
The file was modifiedsrc/main/resources/salvage.vanilla.yml (diff)
Commit fee990b041c07d8eb828a30e800b407ba30b3e39 by nossr50
Clarify that the Player_Tamed multiplier was missing from the default experience.yml

The setting has been read since 2.1.148 but the default file never
contained the key, so the changelog now says the entry was added rather
than presenting the multiplier as new.

Claude-Session: https://claude.ai/code/session_01Vnor2Hh6QXC9CFENie5FXx
(commit: fee990b)
The file was modifiedChangelog.txt (diff)