-
-
Notifications
You must be signed in to change notification settings - Fork 76
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
Miscellaneous refactorings #667
Miscellaneous refactorings #667
Conversation
Uses the same name as Yarn mappings. Could be worth considering whether it's worth specifying that the multiplier primarily takes the player speed into account, but as far as I can tell, nothing else changes the FOV besides speed-altering effects.
Reflects described behavior in QuiltMC#662. Behavior currently unchecked manually.
mappings/net/minecraft/client/network/AbstractClientPlayerEntity.mapping
Show resolved
Hide resolved
Co-authored-by: Will <[email protected]>
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.
Is it worth replacing Message
with Text
? Unsure if 'message' comes off as clear enough
I think message is good |
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.
looks good!
Uses the same name as Yarn mappings.
Could be worth considering whether it's worth specifying that the multiplier primarily takes the player speed into account, but as far as I can tell, nothing else changes the field of view besides speed-altering effects.
Closes #484