Skip to content

BlueLib 1.6.0

Latest
Compare
Choose a tag to compare
@MeAlam1 MeAlam1 released this 20 Dec 13:05
· 1 commit to 1.21 since this release

1.6.0

Added

  • The Ability to Enable and Disable the Copy Text Click Event.
  • Color Markdown using the -color-(text) syntax
    • ex. -#0000FF-(This Text will be Blue)

Changed

  • Refactored all Markdown styling to take a Component as parameter in stead of string to ensure compatibility with other Chat Styling mods.
  • Removed MiscUtils > Moved all logic to IsValidUtils

Updated

  • Updated neoforged.moddev to:
    • 2.0.61-beta
  • Updated Fabric to:
    • 0.112.2+1.21.4
  • Updated Neoforge to:
    • 21.4.33-beta
  • Updated Parchment to:
    • 1.21.4-2024.12.07

Bug Fixes

  • Fixed not being able to modify Hyperlink Prefix/Suffix.
  • Fixed globalMarkdownEnabled not actually doing anything.

Deleted

  • Removed MiscUtils > Moved all logic to IsValidUtils