-
Notifications
You must be signed in to change notification settings - Fork 30
Architectury 1.20.1 Backport #113
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
Open
maloryware
wants to merge
133
commits into
TeamMidnightDust:architectury-1.20.1
Choose a base branch
from
maloryware:architectury-1.20.1
base: architectury-1.20.1
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Architectury 1.20.1 Backport #113
maloryware
wants to merge
133
commits into
TeamMidnightDust:architectury-1.20.1
from
maloryware:architectury-1.20.1
Conversation
This file contains hidden or 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
- Port to 1.20.2 - "Reset" button now uses a custom icon (closes TeamMidnightDust#25) - Config instances can now specify custom config change behavior (implement "writeChanges" method in your class; closes TeamMidnightDust#33) - Remove TexturedOverlayButtonWidget (replaced by vanilla's TextIconButtonWidget) - Removed radialRainbow (used very rarely) - Updated AutoCommand to support editing list and float config values via commands on serverside installs - Reworded description - Forge & Quilt temporarily disabled until they release, as always
- QSL is still not released for whatever reason, so Quilt support will come later
- Port to 1.20.4 - Add back fancy list background - File size optimizations - Update tooling
- Native support for NeoForge (& dropped support for regular Forge) - Cleanup of some code -> Overview button is now added via callbacks instead of a mixin - Unify client & server classes - Minor breaking change only affecting mods using the hiding functionality
- Only the overview button position in the Options Screen is not quite right
- Overview button is now positioned correctly again - Updated to 24w13a (also works on 24w14a)
Also reduced code complexity, nice :)
- Fixed button always being visible - Various visual improvements
fix NeoForge for 1.20.5/6
- Added new method to get Modloader/Platform name in common classes
Create zh_cn.json
…tury Update translations for 1.21
…owOpenDialog(null)`
Add file chooser for String field in 1.6.0
- Moved reset buttons right - Added support for Identifiers - Added isItem property to visually show items associated with Identifiers - Lists can now also contain Identifiers and numbers - Added method to get default values - Added color chooser for color options
Hello, I would appreciate if you could add the translation to my language (es_ar) for version 1.21.1 please and thank you.
Hello, I would appreciate if you could add the translation to my language (es_ar) for version 1.21.1 please and thank you.
Minor corrections
- Also added a keybind widget as an example for this. It will not be included in the base jar, but can be manually copied into mods that rely on it.
…y-1.21.4 Respect TranslatableOption on enums
🌐 add Argentine Spanish localization
🌐 add Argentine Spanish localization (for example)
- As voted on in a recent MidnightDust Discord Poll
Signed-off-by: xtrm <[email protected]>
ready for review :)) |
I'll eventually set up a multi-version build system and use this for reference in 1.20.1. Thank you very much for the work! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
apologies for the notification spam, i'm just fighting the github ui
note: currently removed forge/neoforge folders, as i'm not sure which approach you'd rather take, since there's no neoforge pre 1.20.2 and supporting forge is, well... supporting forge