The-Fireplace-Minecraft-Mods / In-Game-Account-Switcher

This mod allows you to change your logged in account in-game, without restarting Minecraft.
https://modrinth.com/mod/in-game-account-switcher
GNU Lesser General Public License v3.0
78 stars 31 forks source link

[SUGGESTION] FancyMenu support #140

Closed Camawama closed 4 months ago

Camawama commented 4 months ago

It appears that I am unable to remove or modify the text using FancyMenu.

VidTu commented 4 months ago

I didn't find any developer documentation here or API to implement from here. (it's a little bit painful to try to find something)

Due to how Minecraft renders text, mods can't usually control each others labels unless specific handling has been added for each mod. You can disable or move the text via built-in config, which can be opened through mods list on Forge and ModMenu on Fabric though.

Camawama commented 4 months ago

thank you for the info!