
Screen size problem
OrozcoMon opened this issue ยท 2 comments
I have a GUI problem where i can't see the configs and that affects other mods that need malilib. I updated yesterday to 1.21.3 and it was when the problem started, while i was playing in 1.21.1 everything worked fine. Also the mod is in Spanish and i would like to have it in English, is there any way to fix it?
The GUI scale is based on the vanilla GUI scale setting. So currently you would need to change that to change the mod GUI scale too. (The main development code in 1.12.2 has a separate GUI scale config for the malilib-based screens... so that should come at some point to the other MC versions too.)
The mod follows the game localization setting, if there are translations available for it. I guess currently the only way to have it not do that would be to delete the corresponding lang file from the mod jar. (You can open the jar file with 7-zip or WinRAR etc (it's basically a zip file) and just delete the lang file from the assets/<modid>/lang/
directory in there.)