First-person Model (Forge/Fabric)

First-person Model (Forge/Fabric)

4M Downloads

Sitting on modded chairs breaks players offset unless facing south

egshels opened this issue ยท 2 comments

commented

image
image
image
This happens for every modded seat.
I'm not sure if this is fixable without just redoing how offset works when sitting

commented

Easily fixable by removing the last else statement from the public void updatePositionOffset(Entity player, Vec3 defValue) function in MinecraftWrapper at the check for vehicles.

Removing this makes the earlier defined realYaw value used instead of the riden vehicle, which for most modded seats doesn't change direction.

I have fixed this locally, just lacking permissions to create a pull request.

commented

This has been resolved, together with other sitting rotation issues.