Skip to content

26.2 update#6439

Open
Big-Iron-Cheems wants to merge 84 commits into
MeteorDevelopment:masterfrom
Big-Iron-Cheems:26.2-update
Open

26.2 update#6439
Big-Iron-Cheems wants to merge 84 commits into
MeteorDevelopment:masterfrom
Big-Iron-Cheems:26.2-update

Conversation

@Big-Iron-Cheems

Copy link
Copy Markdown
Collaborator

Type of change

  • Bug fix
  • New feature

Description

Future 26.2 update.

Related issues

None.

How Has This Been Tested?

Not buildable/runnable yet.

Checklist:

  • My code follows the style guidelines of this project.
  • I have added comments to my code in more complex areas.
  • I have tested the code in both development and production environments.

Big-Iron-Cheems and others added 30 commits May 24, 2026 19:54
@bluejt

This comment was marked as spam.

@gta66666668

Copy link
Copy Markdown

I tested the 26.2 update locally and found a few fixes that may help make the branch build/run:

  • VanillaTextRenderer still references net.minecraft.client.renderer.MultiBufferSource, which no longer exists in Minecraft 26.2.
    I fixed this locally by routing vanilla GUI text rendering through the current GuiGraphicsExtractor context from GuiRenderer / HudRenderer.

  • The current Meteor Baritone dependency is still 26.1-SNAPSHOT, and its API references net.minecraft.util.Tuple, which was removed in Minecraft 26.2.
    I added a temporary compatibility shim for net.minecraft.util.Tuple so the project can compile until a 26.2 Baritone build is available.

  • I also tested newer available 26.2 dependency versions:

    • Fabric API 0.152.2+26.2
    • Iris 1.11.1+26.2-fabric
    • ModMenu 20.0.0-beta.3

With these local changes, ./gradlew build succeeds and runClient reaches:
Meteor Client Loaded in ... milliseconds.

The remaining Realms/user property errors appear to be normal dev-auth warnings and do not prevent startup.

1 similar comment
@gta66666668

This comment was marked as duplicate.

@nathanoblog

This comment has been minimized.

@BerryRock0

BerryRock0 commented Jul 1, 2026

Copy link
Copy Markdown

@MineGame159 MineGame159 marked this pull request as ready for review July 10, 2026 15:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants