Give 1.21 love#4239
Merged
Merged
Conversation
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
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
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.
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