Skip to content

26.2 update#6439

Draft
Big-Iron-Cheems wants to merge 73 commits into
MeteorDevelopment:masterfrom
Big-Iron-Cheems:26.2-update
Draft

26.2 update#6439
Big-Iron-Cheems wants to merge 73 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.

@MukjepScarlet

MukjepScarlet commented May 29, 2026

Copy link
Copy Markdown
Contributor
  • MultiBufferSource removed
  • BedBlockEntity removed
  • other

@Powie69

Powie69 commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

Bros its gonna release tomorrow ya'll better lock in and merge this within the same day

@Big-Iron-Cheems

Copy link
Copy Markdown
Collaborator Author
image

Ok so basically, we're gonna take our time anyways.
There's still some blockers here, once those are solved we'll go through the usual rounds of cleanup/refactoring.

As always, we provide no estimates on how long it'll take to deliver the update.

@Powie69

This comment was marked as off-topic.

@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

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.

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.

6 participants