CompactStorage

CompactStorage

11M Downloads

GUI too big for screen

panoskj opened this issue ยท 4 comments

commented

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.

commented

Here is a fix: GuiChest.txt

I added GuiChest.scaling and GuiChest.setWorldAndResolution as well as modified GuiChest.drawScreen.

commented

Wow I've never noticed there's a fix for this, I'll take a look!

commented

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.

commented

how can i use this txt for fix this mod