-
Notifications
You must be signed in to change notification settings - Fork 324
Give 1.21 love #4239
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
Merged
Merged
Give 1.21 love #4239
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
This git commit adds support for KubeJS 2101.7.2-build.246 This does break compatibility with older versions As such; this should only be committed to the main branch once KubeJS releases a new version
This adds a KubeJS API that permits KubeJS to register new woodtypes that GTCEu will generate recipes and materials for TODO: Add examples
Co-authored-by: Jurre Groenendijk <jurre@jilles.com>
…#3844) Co-authored-by: YoungOnion <39562198+youngonionmc@users.noreply.github.com>
Co-authored-by: Jurre Groenendijk <jurre@jilles.com>
…ilder (#3895) Co-authored-by: Степан Королев <s.korolev@orbis3.com>
Co-authored-by: Jurre Groenendijk <jurre@jilles.com>
Co-authored-by: jtuc <6748724+jtuc@users.noreply.github.com> Co-authored-by: Ghostipedia / Caitlynn <46772882+Ghostipedia@users.noreply.github.com>
Co-authored-by: Jurre Groenendijk <jurre@jilles.com> Co-authored-by: Ghostipedia / Caitlynn <46772882+Ghostipedia@users.noreply.github.com>
Co-authored-by: Ghostipedia / Caitlynn <46772882+Ghostipedia@users.noreply.github.com>
Co-authored-by: Gustavo <77560533+gustovafing@users.noreply.github.com>
Co-authored-by: Ghostipedia / Caitlynn <46772882+Ghostipedia@users.noreply.github.com>
Co-authored-by: screret <68943070+screret@users.noreply.github.com> Co-authored-by: Ghostipedia / Caitlynn <46772882+Ghostipedia@users.noreply.github.com>
Co-authored-by: Caedis <Caedis@users.noreply.github.com>
TechLord22
approved these changes
Dec 23, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
1.21
Release: Major - 0.X.0
Releases focused on Content, changes to gameplay; While maintaining mostly API stability.
Tests: Passed
Game Tests have passed on this PR
type: bugfix
General bug fixes
type: feature
New feature or request bundled for a 0.X.0 Update
type: refactor
Suggestion to refactor a section of code
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.
What
This pull request updates 1.21 to the point of the current 1.20.1 HEAD
Additional Information
This is NOT intended to be released as-is
Some things still need to be fixed probably, and a few very minor components are commented out under
// PORT TODOThis would be best released as a 7.4.0 alpha version, as opposed to a release.
As this has undergone not that much testing due to the difficulty of covering the whole codebase (Especially with 46,661 lines of new code, and 11,511 lines deleted, in 1,157 files)
An alpha allows us to let modpack authors to update to the latest version, discover bugs, and find issues before we push out this major update
Potential Compatibility Issues
Nothing really changed except for the same changes as between 1.20.1's 7.0.2 and 1.20.1 HEAD, as I was careful to avoid updating APIs when possible
Testing status
All Gametests which did not outright crash did pass, as expected
Etc.
Good luck to the people who want/need to code-review this