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
84 stars 35 forks source link

Fixed 1.19.1 fabric version #78

Closed fluidevity closed 2 years ago

fluidevity commented 2 years ago

I made a fixed 1.19.1 fabric version based on my own alts mod, with changes according to the addition of chat reporting because after logging in with an account using this mod, you were unable to join a server with chat reporting enforced. I have compiled and tested it locally.

Changes:

Merge it if you want, or maybe use it as a basis for an update.

VidTu commented 2 years ago

Funny enough, some code I've written but not commit looks similar to this. (except "removed Mojang button") Also, I don't like the creation of 1.19.1 folder, because I support only the latest patch release, for example, we have fabric-1.16, but I only provide support for 1.16.5 Fabric and so on. I'll look into this PR and won't close or merge it for now.

VidTu commented 2 years ago

Thank you for this PR, I used parts of it in my code