Skip to content

v1.3.0

Latest

Choose a tag to compare

@AndrewScripter587 AndrewScripter587 released this 15 Jan 15:14
· 36 commits to main since this release

Just a "simple" release to support 25w02a.

Notice: This datapack is now public on Modrinth, and this will be the last GitHub release as it's much easier to stop releasing on GitHub and only release on Modrinth. The source code will still be updated here, though. To get releases, visit the Modrinth page.

Changes

  • Added support for 25w02a's text component format changes as on the previous version the config functions just didn't load at all because you can't newline with "\n" anymore in /tellraw because text components now use SNBT instead of JSON, and you can't newline with "\n" in SNBT string values.
  • Embedded my Version Detector datapack into this one because its needed in order to detect 25w02a to use the patched SNBT-based config ui element functions.
  • Some UI changes as for whatever reason after the changes for supporting 25w02a made the config screens not perfectly aligned with the max open-chat height, which is extremely unsatisfying, so I added a few things to make it fill the chat perfectly again.