GUI too big for screen
panoskj opened this issue ยท 4 comments
When using "GUI Scale: auto" the GUI may be too big to fit the screen. Here is a screenshot https://imgur.com/a/Ci0Je. I believe the GUI could be scaled down on this case.
Here is a fix: GuiChest.txt
I added GuiChest.scaling and GuiChest.setWorldAndResolution as well as modified GuiChest.drawScreen.
There's also a better way: https://github.com/panoskj/CompactStorage/tree/gui-scales-down
But it requires FML to fix a vanilla bug. I made an issue MinecraftForge/MinecraftForge#4814 but they don't seem to like my idea.
Edit: Works without having to fix this bug, just requires more complex code.