tr7zw / FirstPersonModel

Enables the third person Model in firstperson
MIT License
134 stars 25 forks source link

Enchancement mod's crawling state caused by Slide does not hide model #289

Open floral-qua-floral opened 2 years ago

floral-qua-floral commented 2 years ago

The Enchancement mod adds an enchantment, Slide, which can put the player in a crawling state. First Person Model doesn't hide the playermodel when the player is crawling due to Slide, so when using the enchantment the player's view will be obscured.

I have recorded a short video to demonstrate the issue:

https://user-images.githubusercontent.com/49110090/187623065-4279bdb6-908e-415f-bbf9-acaefc2d45c5.mp4

I have also reported this on the Enchancement repo. The corresponding issue report there is MoriyaShiine/enchancement#51

tr7zw commented 2 years ago

During crawling the player is not hidden, it's behind the camera. You still can see the arms while crawling. The Slide enchantment doesn't seem to offset the player model at all, so the camera is in the middle of the torso instead. Could probably be fixed from either side.