-
Notifications
You must be signed in to change notification settings - Fork 157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update for 1.21 Pre 2 #734
Conversation
…her than the button - Fix update checker not being run when config screen is closed without the Done button
…into 1.21-pre.1
I commonly need to update Mod Menu myself for downstream mod development... So I decided to give back my work this time. |
src/main/java/com/terraformersmc/modmenu/gui/ModMenuOptionsScreen.java
Outdated
Show resolved
Hide resolved
src/main/java/com/terraformersmc/modmenu/gui/widget/entries/ModListEntry.java
Outdated
Show resolved
Hide resolved
src/main/java/com/terraformersmc/modmenu/gui/widget/entries/ModListEntry.java
Outdated
Show resolved
Hide resolved
Changes made. I can't imagine much more would need to change for the RC cycle or Release. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The port looks good overall to me. Could these smaller stylistic and method details be changed?
src/main/java/com/terraformersmc/modmenu/gui/widget/UpdateAvailableBadge.java
Outdated
Show resolved
Hide resolved
src/main/java/com/terraformersmc/modmenu/gui/widget/entries/ModListEntry.java
Outdated
Show resolved
Hide resolved
src/main/java/com/terraformersmc/modmenu/gui/widget/ModListWidget.java
Outdated
Show resolved
Hide resolved
src/main/java/com/terraformersmc/modmenu/gui/widget/ModListWidget.java
Outdated
Show resolved
Hide resolved
src/main/java/com/terraformersmc/modmenu/gui/widget/DescriptionListWidget.java
Outdated
Show resolved
Hide resolved
src/main/java/com/terraformersmc/modmenu/gui/widget/DescriptionListWidget.java
Outdated
Show resolved
Hide resolved
src/main/java/com/terraformersmc/modmenu/gui/ModMenuOptionsScreen.java
Outdated
Show resolved
Hide resolved
…lableBadge.java Co-authored-by: haykam821 <[email protected]>
…dListEntry.java Co-authored-by: haykam821 <[email protected]>
…nListWidget.java Co-authored-by: haykam821 <[email protected]>
…een.java Co-authored-by: haykam821 <[email protected]>
…nListWidget.java Co-authored-by: haykam821 <[email protected]>
…get.java Co-authored-by: haykam821 <[email protected]>
…get.java Co-authored-by: haykam821 <[email protected]>
I was hesitant to make the Identifier.of changes because previously the Fabric team changed the Yarn mappings of those about 2 or 3 times. Also, the coding style I have baked into my brain from coding for masa's mods for the last several months, so I had to bake in his coding style into my brain, and have my IDE setup as such. |
Rendering and Identifier fixes primarily.