Modflower / polysit

A minimal sit mod for Fabric & Quilt using Polymer.
Mozilla Public License 2.0
8 stars 0 forks source link

Player facing wrong direction in inventory while sitting #1

Closed Jayjoe4 closed 1 year ago

Jayjoe4 commented 2 years ago

Environment

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

Ampflower commented 2 years ago

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 commented 1 year ago

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.