?
Discover content
Discover
Host a server
Get Modrinth App
Modrinth App
Sign in
Mods
Plugins
Data Packs
Shaders
Resource Packs
Modpacks
Sign in
Settings
Change theme
Search
Better Formatting Code
A mod allows you to type section code in GUI and decorate texts!
915
0
Download
Compatibility
Minecraft: Java Edition
1.12.2
Platforms
Forge
Supported environments
Client and server
Links
View source
Creators
KatatsumuriPan
Member
Details
Licensed
LGPL-2.1-only
Published 2 years ago
Updated last year
Description
Changelog
Versions
BetterFormattingCode-1.12.2(Forge)-3.0.0
by
KatatsumuriPan
on Mar 1, 2024
Download
What's Changed
Make a lot of changes to the stencil-text api for optimization.
Fix the seed of the FontRenderer.fontRandom to match between normal and shadow.
BetterFormattingCode-1.12.2(Forge)-2.2.1
by
KatatsumuriPan
on Feb 22, 2024
Download
What's Changed
Fix resetting config bug.
BetterFormattingCode-1.12.2(Forge)-2.2.0
by
KatatsumuriPan
on Feb 17, 2024
Download
What's Changed
Add Better Line Break compatibility.
Extend Clipboard(GTCEu) text length limit to 65535.
Fix crashing bug.
Fix stencil mask bug.
BetterFormattingCode-1.12.2(Forge)-2.1.0
by
KatatsumuriPan
on Feb 12, 2024
Download
Add GTCEu compatibility(Item:Clipboard).
BetterFormattingCode-1.12.2(Forge)-2.0.1
by
KatatsumuriPan
on Feb 10, 2024
Download
Fix crashing bug if SmoothFont is not found.
Fix StencilTextRenderer bugs.
Remove test formatting codes.
BetterFormattingCode-1.12.2(Forge)-2.0.0
by
KatatsumuriPan
on Feb 8, 2024
Download
Add SmoothFont compatibility.
Add section sign typing helper : Double-entered '&' are immediately converted to '§'.
Change many codes.
BetterFormattingCode-1.12.2-1.1.0
by
KatatsumuriPan
on Feb 8, 2024
Download
Add Optifine compatbility.
Fix depth buffer bug of StencilTextRenderer.
Support team color (glowing effect and spectator menu icon).
API update : Remove useIntWidth in RenderFontUtil.
API update : Rename RenderingCharContext.charWidth to charRenderingWidth.