Skip to content

BlueLib 1.4.0

Compare
Choose a tag to compare
@MeAlam1 MeAlam1 released this 03 Dec 22:22
· 36 commits to 1.21 since this release

1.4.0

Minecraft 1.21.4 Support

Added

  • Added MiscUtils
    • Added isValidURL(pUrl)
  • Added Hyperlinks to chat using text
    • the [ prefix and ] suffix are customizable

Changed

  • Refactored the markdown package outside of the Utils package.
  • Refactored the Chat Event outside of the Example Package.
  • Changed the Logging level regarding the Markdown from Warning to Info, to not log each time there is no styling.

Updated

  • Updated neoform to:
    • 1.21.4-20241203.161809
  • Updated neoforged.moddev to:
    • 2.0.50-beta
  • Updated Fabric Loom to:
    • 1.9-SNAPSHOT
  • Updated Fabric to
    • 0.110.5+1.21.4
  • Updated Neoforge to:
    • 21.4.1-beta
  • Updated Gradle to:
    • 8.11.1

Deleted

  • The Example Package where we tested the Variant Loader using entities has been deleted and replaced with just Loader Tests.