-
-
Notifications
You must be signed in to change notification settings - Fork 368
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
Properly name PotionEffectType in lang #6854
Properly name PotionEffectType in lang #6854
Conversation
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.
This seems okay to me. I think this is only used for toString really?
I believe so ya. The usage for the class info already accepts this, I believe when I did the PR years ago I just forgot to change the lang. |
I think this could be a patch change |
I put it on the feature branch for a few reasons:
But I understand if you guys don't want it in the next update. |
to clarify i meant patch change as in it could go in 2.9 |
ohhh gotcha, thanks for the clarification. |
Description
This PR aims to properly name the PotionEffectType in lang.
A few years back I did a change in the class info, from potion -> potion effect type
I think I forgot to do the lang.
This rename is more precise to the actual name of the class.
Target Minecraft Versions: any
Requirements: none
Related Issues: none