Skip to content

2100.1.0 beta release (MC 1.21)

Pre-release
Pre-release
Compare
Choose a tag to compare
@desht desht released this 21 Jun 06:37
· 65 commits to main since this release
8059937

Changed

  • Ported to Minecraft 1.21. Support for Fabric and NeoForge.
    • Forge support may be re-added if/when Architectury adds support for Forge
  • The way translations are handled has changed significantly in this release
    • Translation text is now stored separately from other quest data, under the lang/ folder with the quest book folder hierarchy, in a file named after the locale, e.g. lang/en_us.snbt
    • This should make it easier to produce translations in the future, since all text is located in one place.
    • Editing language can be overridden via client preferences; default is to use whatever Minecraft language is in force. When text is edited in-game, it's stored in the appropriate language file based on the active editing locale.
    • Text which doesn't have a translation in the current locale (but does in the en_us locale) is highlighted when in edit mode.
    • Changes do not affect the player experience