Skip to content
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 #7419: Chain conveyor animation does not respect player's main hand #8032

Open
wants to merge 1 commit into
base: mc1.20.1/dev
Choose a base branch
from

Conversation

jdesi22
Copy link

@jdesi22 jdesi22 commented Mar 18, 2025

Description:
This pull request addresses a visual inconsistency described in Fix #7419 for left-handed players when using the wrench to hang from a chain. Previously, the wrench appeared in the left hand, but the model still showed the right arm raised, creating a mismatched perspective. This fix ensures both the wrench position and the raised arm are correct for left-handed players, maintaining visual consistency and improving the overall player experience.

Changes made:

  • Updated animation handling to reflect the correct arm movement for left-handed mode.
  • Adjusted positioning to sync with the raised arm.

Testing:

  • Verified the animation and wrench positioning for both left-handed and right-handed modes.
  • Ensured no regressions in right-handed player behavior.

Link: https://www.youtube.com/watch?v=bZErF311Sps

Notes: This fix improves immersion without affecting gameplay mechanics.

…t player's main hand

When a left-handed player used the wrench to hang from a chain, the
wrench appeared in the left hand, but the model still showed the right
arm raised, creating a mismatched perspective. This fix ensures that
the model correctly mirrors both the wrench position and the raised arm
for left-handed players, maintaining visual consistency.
@VoidLeech VoidLeech added the pr type: fix PR fixes a bug label Mar 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr type: fix PR fixes a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Chain conveyor riding animation not respecting player's main hand
2 participants