Vivecraft / VivecraftMod

An experimental port of Vivecraft to Forge/Fabric
Other
169 stars 40 forks source link

When holding a lead in seated or NULLVR mode, the lead attaches directly to the user's face. #213

Closed Andy608 closed 10 months ago

Andy608 commented 10 months ago

Talked with @fayer3 about this in the dev discord. Posting an issue here so the bug is tracked.

Andy608 commented 10 months ago

From our convo, the issue originates in this file: https://github.com/Vivecraft/VivecraftMod/blob/670ae4b0eeade169a9b4b59d3d6af6c4b95b134e/common/src/main/java/org/vivecraft/mixin/client_vr/renderer/entity/MobRendererVRMixin.java#L19

Andy608 commented 10 months ago

Changing the return to what Fayer3 suggested: return RenderHelper.getControllerRenderPos(0); fixes the issue for me locally.