90% of ad revenue goes to creators. Go ad-free while supporting creators with Modrinth Plus. Subscribe today!
Changelog
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 toIsValidUtils
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 toIsValidUtils