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.
Description
I am attempting to update this addon to 1.21.3. There is a lot of changes so bare with me while I attempt to fix everything.
Related Issue
#397
Motivation and Context
This project is a bit backlogged, I totally get it and I will try to lessen the work for maintainers.
How Has This Been Tested?
I will individually test some features once it starts working, but I will ask for other people's help to make sure everything works properly and will make changes as needed.
Builds
Testing builds for 1.21.3 are now available.
Build 1:
Artifact
Roadmap (Not all changes may be committed yet, this is specifically for my own tracking)
In Minecraft 1.21.2, Minecraft's rendering system was rewritten, breaking some of the code used in many modding projects, including this one. There is work being done to transition old code over to the new system, but it will take some time. For now, expect that some parts of the SkeletonESP Module and the Shaders feature of the Rendering module will be broken until further notice.