Skip to content
Success

Changes

Summary

  1. Update Russian localization (#4465) (commit: 80e9111) (details)
  2. Added Donkeys and Mules to the list of animals that display stats (#4282) (commit: df56d93) (details)
  3. Update changelog (commit: c27b8db) (details)
  4. Avoid NPE on beast lore jump strength checks (commit: fbd2eeb) (details)
Commit 80e9111f78e84fc161d6876c5830478f5cf7dc8e by github
Update Russian localization (#4465)

(commit: 80e9111)
The file was modified src/main/resources/locale/locale_ru.properties (diff)
Commit df56d93aaa964cf5d4e954f535677fb1984747e9 by github
Added Donkeys and Mules to the list of animals that display stats (#4282)

...in Beast Lore. I improperly assumed that donkeys and mules have fixed jump and movement speeds, but ones that are *bred* have variable stats just like horses.
(commit: df56d93)
The file was modified src/main/java/com/gmail/nossr50/skills/taming/TamingManager.java (diff)
The file was modified Changelog.txt (diff)
The file was modified pom.xml (diff)
Commit fbd2eeb93d6104c374358a6902fd3922b0a5b070 by nossr50
Avoid NPE on beast lore jump strength checks
(commit: fbd2eeb)
The file was modified src/main/java/com/gmail/nossr50/skills/taming/TamingManager.java (diff)