Some font replaced with square using Modernfix on 1.20.4
Anonyku05 opened this issue ยท 3 comments
Bug Description
So basically, while using modernfix, there are some fonts that seems to be missing for some reasons, look at the screens below:
Instead of this:
Screens above Jade mod
Screen above text utilities mod
I've gone threw my entire modpack of nearly 200 mods to figure it out lol
Reproduction Steps
1- Install modernfix on fabric 1.20.4
2- Use the fabric api and jade mod (possibly an issue coming from another mod but not sure)
Log File
I cannot reproduce this in a standalone instance with ModernFix & Jade on Fabric 1.20.4. Please check that you have not made any changes to the ModernFix config file, as there is an option (mixin.feature.disable_unihex_font
) which if enabled will cause many special characters to not render.
I cannot reproduce this in a standalone instance with ModernFix & Jade on Fabric 1.20.4. Please check that you have not made any changes to the ModernFix config file, as there is an option (
mixin.feature.disable_unihex_font
) which if enabled will cause many special characters to not render.
The issue was indeed coming from this, i've put false on the option and now everything is back to normal ! Thanks a lot !