FontFixer
Does the appearance of strikethrough text in Minecraft versions 1.14 and above irritate you?
Noticed that the strikethrough is offset by one pixel and it's driving you crazy?
Want to fix this problem once and for all?
NOW IT'S POSSIBLE!
I'm ZombieHDGaming, one of the developers of the VanillaFix and JEID mods. While working on my own server project in version 1.15, I constantly noticed that strikethrough text was displayed with a one-pixel offset. This was really irritating, so I decided to fix the problem using my knowledge of Mixin.
Honestly, technically it was quite simple - just change the value from 4.5 to 4 in the text rendering code. But the main thing is - IT WORKS!
Currently, the mod only fixes this small issue with strikethrough text (support for version 1.14 will be added after the initial release). Other improvements may be added in the future!
Frequently Asked Questions:
Question: Will there be support for Forge in the future?
Answer: Yes, I plan to create a version for Forge once Mixin becomes a built-in library in Forge.
Question: But there's already MixinBootstrap that solves this problem!
Answer: No. Although I'm glad people support this project, I prefer to wait for a stable implementation rather than using workarounds that might cause problems I can't fix.