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

Player facing wrong direction in inventory while sitting #1

Closed
Jayjoe4 opened this issue Jul 13, 2022 · 2 comments
Closed

Player facing wrong direction in inventory while sitting #1

Jayjoe4 opened this issue Jul 13, 2022 · 2 comments
Labels
bug Something isn't working wontfix This will not be worked on

Comments

@Jayjoe4
Copy link

Jayjoe4 commented Jul 13, 2022

Environment

  • Minecraft:
  • Polysit:
  • Polymer:
  • Loader:
  • Java:

To reproduce

  1. When sitting on a stair or slab opening the menu the player is facing west.

Expected results

Fix this by opening inventory and player is facing towards you.

Actual results

Player facing west.

Anything else?

Captura de pantalla 2022-07-13 083529

![2022-07-13_08 35 59](https://user-images.githubusercontent.com/85653481/178746772-bf2e2078-f4ac-4050-9f8c-d759c97b05e6.png)
@Jayjoe4 Jayjoe4 added the bug Something isn't working label Jul 13, 2022
@Ampflower
Copy link
Member

Testing on 1.18.2 and 1.19 with Quilt, it seems to be a vanilla bug dependent on which direction the living entity below you is facing, and it happens to be that the underlying seat / armor stand entity turns to always face where the player is facing. Riding pigs produce the same behaviour.

This may not be fixable purely on the server, and probably would be best left to https://bugs.mojang.com.

@Ampflower Ampflower added the wontfix This will not be worked on label Jul 9, 2023
@Ampflower
Copy link
Member

As it wouldn't be possible to fix this without hacking into the rendering code, I'll have to consider this a won't-fix.

I may consider making a mod that can fix it client-side if there isn't already one available tho.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants