Prone X Offset slider
wyretm opened this issue ยท 7 comments
To clarify as it seems there's a bit of a misunderstanding happening, I'm not talking about sneaking, I'm referring to being prone, as in lying on the ground. In any case I'm not going to bother you further, thank you for your work.
Ah, so you mean the "swimming on land"(literally what it is in terms of what Minecraft thinks, there is no "prone" code/logic). That might actually be something to look into. Then I assume swimming is affected the same way(at least when swimming straight, not up/down)?
Ok yea then I need to look it. Tho 1.20.6's native entity scaling will take priority.
This mod doesnt touch the camera. So if the model height != the camera height, yeah this will happen. In the past I did add some workaround for Pehkui breaking sneaking in general, possible they changed something again.
Thanks for the quick response, I understand that this mod doesn't move the camera, what I was suggesting is the ability to adjust X Offset for the prone position, the same way you can for standing and sitting.
The x offset is adjusted and has a slider. Pehkui breaks other mods so they don't know the player is actually sneaking, so Pehkui can do their own offset logic, which in return breaks this mod. 1.20.6 has player scaling built in, so mods like Pehkui are hopefully not required anymore, causing this issue. (Tho I'll have to be honest, kinda forgot to test if everything works correctly before releasing the update)