Icyllis Milica
Icyllis Milica
This can be solved by adding Java system properties, ``` minecraft { runs { client { property 'mixin.env.remapRefMap', 'true' property 'mixin.env.refMapRemappingFile', "${projectDir}/build/createSrgToMcp/output.srg" } } } ``` then re-run `genIntellijRuns` and...
> > This can be solved by adding Java system properties, > > ``` > > minecraft { > > runs { > > client { > > property 'mixin.env.remapRefMap',...
Press Ctrl+K to open center screen, change Font Family on the right panel, the `default.ttf` is actually the one that used in vanilla.
Where is your crash report?
But there must be debug.log and latest.log. It's usually because you haven't started the game with Java 11.
I have planned to support Minecraft bitmap fonts, this feature will be embedded into the `modernui.textmc` module.
Can you also post the debug.log?
Your console output, located at `[gamedir]/logs/debug.log`. I can run the game with mesa zink on Windows without patching.
At least from the log, the highest OpenGL is still 4.1, so there's no benefit in switching to Mesa. I suggest going elsewhere for help.
Disable Modern UI text engine for compatibility.