1.21.10/.9 update#5763
Merged
Merged
Conversation
Large changes to entity rendering.
Resolved enough issues to be able to load the game again. Entity rendering is still broken but aside from that things seem to mostly work fine.
We need to do a lot of refactoring to deal with the vanilla changes to screens and such. A task for when the new stuff is mapped, maybe.
Regenerated PacketUtils
Just mapping changes
Will not be compatible with 1.21.9 because we had to change some mixin signatures
… for the new input changes
Collaborator
Author
|
To download the work in progress build: Ensure you are signed into github -> Expand 'All checks have passed' -> click on the three dots -> View Details -> Summary -> pull-request-build -> If you find any issues that haven't been reported and are due to the 1.21.10 update, please report them here so we can fix them. |
|
Copper chest types are not in storage esp list |
# Conflicts: # src/main/java/meteordevelopment/meteorclient/mixin/HandledScreenMixin.java # src/main/java/meteordevelopment/meteorclient/utils/render/PeekScreen.java
|
played with it for a couple days but now whenever I join the game instantly crashes the only things I have on are full bright |
Collaborator
Author
|
@oliveoillol attach a crash report or there's not much we can do |
This comment was marked as resolved.
This comment was marked as resolved.
Susmaster64
reviewed
Oct 14, 2025
# Conflicts: # src/main/java/meteordevelopment/meteorclient/mixin/ClientPlayerEntityMixin.java
Collaborator
Author
@Susmaster64 They fall under the 'chest' block entity type. |
# Conflicts: # src/main/java/meteordevelopment/meteorclient/mixin/GameRendererMixin.java
MistressOfDNS
pushed a commit
to MistressOfDNS/meteor-client-fork
that referenced
this pull request
May 7, 2026
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
Lots of stuff done, lots more to do
Known Issues:
Assorted todos across our rendering systemOur tooltips render behind the vanilla onesShader ESP doesnt work (shader storage esp does)Showing hitboxes via the debug keybinds prevents the hud from rendering, unless you are in the hud editorOther things to do before merging:
update starscript with the crash fixfix our gui elements rendering behind the vanilla onesfix offscreen tracers not workingHow Has This Been Tested?
TODO
Checklist: