CreeperHost / MineTogether

A Minecraft mod that enhances community and server features, such as global chat, chunk pre-generation, auto server join from protocol uri (via FTBApp), friends lists, private chats and many more features linked to the MineTogether platform.
https://minetogether.io
GNU General Public License v3.0
23 stars 16 forks source link

[Suggestion]: Anchor the cog and friends list to the top right of the screen #658

Closed Raidobw2 closed 1 year ago

Raidobw2 commented 1 year ago

Is your feature request related to a problem? Please describe.

Yes, if you have a mod that modifies the height/size of the in-game menu this happen: image The button is shifted outside the screen, my guess is it's anchored to one of the button in the menu instead of the top right corner (if that's at all possible)

Describe the solution you'd like

Anchoring it to the top right of the screen should solve this, if possible

Describe alternatives you've considered

Removing mods that increase the size of the menu

Additional context

Version: minetogether-forge-1.18.2-6.0.11.jar

covers1624 commented 1 year ago

It is anchored to the top of the screen, it just sets Y to 5.

What mod is adding this menu button?

My guess is they are moving all the buttons except options, etc, up themselves, moving the MT buttons off the screen.

Raidobw2 commented 1 year ago

Hi Covers sorry for the late reply, the mod that is adding this "Mods" button is https://www.curseforge.com/minecraft/mc-mods/better-mods-button

covers1624 commented 1 year ago

This is not a bug with MineTogether. Better Mods Screen is just moving every single button up 12 pixels.

https://github.com/Fuzss/bettermodsbutton/blob/1.19/Forge/src/main/java/fuzs/bettermodsbutton/client/handler/ModScreenHandler.java#L173

Raidobw2 commented 1 year ago

Oh I see, thanks Covers 😄