-
Notifications
You must be signed in to change notification settings - Fork 70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix 1.20.2 can not view skin #226
Closed
Closed
Conversation
This file contains 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
xfl03
requested changes
Oct 15, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
不能默认isSignatureValid
方法一定在signature
后面被visit
改成为 Property 添加回 getter,麻烦看看有什么问题 |
xfl03
approved these changes
Oct 16, 2023
HongYunCloud
suggested changes
Oct 17, 2023
src/main/java/moe/yushi/authlibinjector/transform/support/YggdrasilKeyTransformUnit.java
Outdated
Show resolved
Hide resolved
src/main/java/moe/yushi/authlibinjector/transform/support/YggdrasilKeyTransformUnit.java
Outdated
Show resolved
Hide resolved
src/main/java/moe/yushi/authlibinjector/transform/support/YggdrasilKeyTransformUnit.java
Outdated
Show resolved
Hide resolved
src/main/java/moe/yushi/authlibinjector/transform/support/YggdrasilKeyTransformUnit.java
Outdated
Show resolved
Hide resolved
Co-authored-by: 红云cloud <[email protected]>
Merged
Thank you for the pull request. I've actually implemented a different solution to address the bug (f6970a5). |
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.
1.20.2 更新了 authlib 版本,并把 Property 改为 record 类。且 net.minecraft.client.resources.SkinManager 中改成了默认获取带有签名的皮肤,导致在 1.20.2 无法加载皮肤。
这个 pr 尝试修复这个问题,我对于 javaagent 不是很了解,这样判断应该有些问题。我自己的测试中皮肤是已经可以加载,服务器中也是。
issues: #225