Draft
Conversation
…ithVertexBinding+withPrimitiveTopology
… spawn properly An id of 0 is now illegal and throws a runtime exception; negative ints are used to avoid eventual collisions with real entities.
Add CloudRendererMixin to cancel cloud rendering when Ambience.endSky is active, as cloud rendering is now decoupled from skybox type.
Leftover caused by wrong method call. It seems now we don't need to call into anything.
Copilot created this pull request from a session on behalf of
stadiag
July 29, 2026 11:03
View session
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.
Type of change
Description
Merges the 26.2 update from Big-Iron-Cheems/meteor-client#26.2-update (upstream draft PR MeteorDevelopment#6439), which was confirmed building and running on MC 26.2.
Dependency bumps (
gradle/libs.versions.toml):minecraft:26.1.2→26.2fabric-loader:0.19.2→0.19.3fabric-api:0.146.1+26.1.2→0.154.2+26.2loom:1.16-SNAPSHOT→1.17-SNAPSHOTsodium:mc26.1.1-0.8.9-fabric→mc26.2-0.9.1-fabriclithium:mc26.1.2-0.24.2-fabric→mc26.2-0.25.2-fabriciris:1.10.9+26.1-fabric→1.11.2+26.2-fabricmodmenu:18.0.0-alpha.8→20.0.1netty:4.2.7.Final→4.2.15.Finalviafabricplus:4.5.2→4.6.1Source changes (~297 files): mixins, renderers, commands, GUI, and system classes updated for MC 26.2 API changes (renamed classes, changed method signatures, updated packet handling).
Related issues
Based on upstream draft PR MeteorDevelopment/meteor-client#6439.
How Has This Been Tested?
Per upstream PR MeteorDevelopment#6439: builds and runs on MC 26.2. Clean merge with no conflicts against this fork's existing commits.
Checklist: