Skip to content

v2.17

Compare
Choose a tag to compare
@MMK21Hub MMK21Hub released this 27 Dec 11:02
· 93 commits to master since this release

A new release in time for 2023! This one includes plenty of user-facing and internal upgrades, so be sure to download it from here or on Modrinth!

New fixes

Two new bugs are fixed with this update. They are both available for all Minecraft versions.

  • MC-203095 - /xp feedback is pluralised regardless of value
    • This bug means that the command feedback from /xp can say things like "1 experience levels", which is incorrect.
    • The pack fixes this by changing the strings to say "experience level(s)", to ensure correctness regardless of the number of levels.
  • MC-256422 - Some translation strings use right quotation marks instead of apostrophes
    • Apostrophes (') are used in almost all of the strings, apart from five strings that use right quotation marks instead ().
    • The pack replaces the quotation marks in the affected strings with apostrophes.

Updated fixes

  • MC-219541 - Armour equipping subtitles are improperly capitalised
    • In August 2022, the bug report was updated to include six extra translation strings that are incorrectly capitalised
    • Previously, the subtitle for equipping Horse Armour was the only one mentioned, but it now covers equipping subtitles for all armour types.
    • The pack now includes fixes for all seven of the strings affected by the bug.

Internal changes

  • The transformer system has been improved, and is no longer plagued by the possibility of transformers returning null or undefined (d879d0f) (#10)
  • The multiFixGroup() fix group now has all the options from the basic fixGroup() (6c704bd)
  • When outputted translation strings are printed, newlines are now stripped to keep the output neat (a942ec3/94ac348b9ed706d4fe7a1807d74028e9328b6591)
  • The transformer PluralGuardTransformer has been added. It is used for the MC-203095 fix, and in the future can be used anywhere that words are being pluralised too often.

List of commits: v2.16...v2.17