-
Notifications
You must be signed in to change notification settings - Fork 2
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
GameSettings.java declaration mixup #5
Comments
Everything is kinda shifted. The mappings are likely messed up although this shouldn't happen unless Minecraft's source code has been updated (or the source isn't official). You can see the difficulty field is a Minecraft object and EnumDifficulty is further down below. Same thing for Keybinding, it's shifted by one position in order. |
Did you manage to reproduce this yourself? |
There's also " private static final String __OBFID = "CL_00000650";" that fails to appear, which coincidentally happens to be where the shifting stops. It's taken a while, but I've manually fixed my source. |
@SylveonBottle I've investigated and found that it's actually because of Optifine, which means this error has been present for a long time now... I can't believe I never noticed it. You can see it right here: https://github.com/DxxxxY/mcp1.8.9op/blob/master/op/net/minecraft/client/settings/GameSettings.java |
@SylveonBottle I could downgrade to the previous version which my old project used or you can paste your changes and open a pull request. I severely doubt that this happens in every file though... |
From #4, new issue for tracking reasons.
Issue is reproduceable with new installation of mcp1.8.9op after running setup.bat
setup.bat output: https://hastebin.com/share/ifesorokoc.vbnet
The text was updated successfully, but these errors were encountered: