-
-
Notifications
You must be signed in to change notification settings - Fork 76
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
Refactor select/edit world screens and related mappings #490
Conversation
mappings/net/minecraft/client/gui/screen/world/SelectWorldScreen.mapping
Show resolved
Hide resolved
Is there some other process for updating packages I need to do?
Is there some other process I need to do for updating a class' package? E.g. knowing which package it's in, or editing some other file? I just assume that |
renaming a class through enigma deals with everything you need regarding package :) |
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.
fantastic, just one suggestion!
mappings/net/minecraft/client/gui/screen/world/WorldEntryListWidget.mapping
Outdated
Show resolved
Hide resolved
mappings/net/minecraft/client/gui/screen/world/WorldEntryListWidget.mapping
Outdated
Show resolved
Hide resolved
mappings/net/minecraft/client/gui/screen/world/WorldEntryListWidget.mapping
Outdated
Show resolved
Hide resolved
mappings/net/minecraft/client/gui/screen/world/WorldEntryListWidget.mapping
Outdated
Show resolved
Hide resolved
Co-authored-by: ix0rai <[email protected]>
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.
Smh why can't I request changes on my own PR
mappings/net/minecraft/client/gui/screen/world/WorldEntryListWidget.mapping
Outdated
Show resolved
Hide resolved
mappings/net/minecraft/client/gui/screen/world/WorldEntryListWidget.mapping
Show resolved
Hide resolved
These errors really need to be improved... I have no idea what the issue is there. I assume it's to do with my change. I don't know. Maybe it's not. I guess I will check over the mappings in Enigma later when I have time. |
Hmm, I see that GitHub added a space. |
🚨 Target branch is already set to 23w35a |
🚀 Target branch has been updated to 1.20.2-pre2 |
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.
just one more comment!
Will add a detailed summary later.
This has refactored the mappings for:
WorldListWidget
->WorldEntryListWidget
(and many mappings within it)SelectWorldScreen
,EditWorldScreen
WorldSaveSummary.ConversionWarning
textsCommonTexts.DISCONNECT
(just saw it while mapping, only thing unmapped in CommonTexts)textSupplier
lambda arg inButtonWidget
And mapped the previously unmapped
SymlinkWarningScreen
and everything in it.