Skip to content

26.1 Update#92

Closed
Merennor wants to merge 20 commits intoMeteorClientPlus:1.21.11from
Merennor:1.21.11
Closed

26.1 Update#92
Merennor wants to merge 20 commits intoMeteorClientPlus:1.21.11from
Merennor:1.21.11

Conversation

@Merennor
Copy link
Copy Markdown
Contributor

@Merennor Merennor commented May 2, 2026

Changes Included

Version Bumps

  • Updated to 26.1.2
  • Bumped YACL to Maven Modrinth (isXander's Maven not updated for 26.1)
  • Switched (again) to Meteor's Baritone

Code Refactoring & Maintenance

  • Remapped codebase from Yarn to Mojang mappings using Ravel (Required by 26.1 Changes)
  • Fixed Mojang remapping issues missed in initial Ravel conversion
  • Resolved noJumpDelay variable shadowing in LivingEntityMixin
  • Removed CriticalsMixin.java due to missing IPlayerInteractEntityC2SPacket (didn't find solution or alternative to it tho)
  • Some code simplifications

Cleanup

  • Completely removed outdated references to Litematica and JourneyMap (deleted long ago)
  • Fixed typos throughout codebase
  • Corrected Markdown table formatting in documentation
  • Reformatted code for consistency
  • Removed unused mixins (that were previously deleted in code), dead methods

Technical Details

  • Updated dependency namespace from intermediary to official naming (Required by 26.1 Changes)
  • Fixed access widener namespace configuration error (can be backported to 1.21.11 branch later)
  • Applied version updates to build configuration
  • Use Xaero's Maven for Xaero mods (avoids using XaeroLib as .jar file in libs/ folder)

Testing

All changes have been tested against Meteor 26.1.2. Works fine, no crashes at start and no issues with integrations.
Supported 26.1.2 (and all it's patches, basically 26.1 - 26.1.2)

@fasterthenu
Copy link
Copy Markdown

has a issue when rendering shulkers for me which causes a stack overflow, removing this version of it fixes it so it seems its a conflict with this pull

java.lang.StackOverflowError: Ticking entity
at knot//net.minecraft.world.entity.monster.Shulker.isClosed(Shulker.java)

@Merennor
Copy link
Copy Markdown
Contributor Author

has a issue when rendering shulkers for me which causes a stack overflow, removing this version of it fixes it so it seems its a conflict with this pull

java.lang.StackOverflowError: Ticking entity at knot//net.minecraft.world.entity.monster.Shulker.isClosed(Shulker.java)

fixed

Merennor added 3 commits May 10, 2026 11:46
MultiPlayerGameModeMixin.java missing in MIXIN (it was removed)
Remove method that is never used (Unused since MeteorClientPlus@64c4f18 )
@Merennor Merennor mentioned this pull request May 10, 2026
Nekiplay added a commit that referenced this pull request May 10, 2026
@Nekiplay
Copy link
Copy Markdown
Contributor

Accepted

@Nekiplay Nekiplay closed this May 10, 2026
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.

3 participants