-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update for 1.20 (minor changes after merging PR)
Updated the readme Bumped version of this mod and dependencies Changed way of logging Changed text of disconnect screen after being disconnected from a singleplayer world to "Back to World List" using translation key "gui.toWorld" instead of "Back" (gui.back) Improved method of finding the back button on a screen now looking for all the possible back buttons (back to menu/title/realms/world) also returning an optional instead of throwing Quick fix for reconnect strategy being null when using quick play/mods/multimc to directly connect to a world/server/realm, ignoring the error for now Refactored mixins: code that used to be injected into disconnect screen constructor now injected into init and now using Unique annotation where appropriate
- Loading branch information
Showing
7 changed files
with
137 additions
and
98 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.