[BUG] [1.18.2 Forge] Aiming with a bow doesn't shoot where you look
INooBTooMuch opened this issue ยท 5 comments
Describe the bug
When shooting it is not aimed correctly
To Reproduce
Steps to reproduce the behavior:
- Aim from third person view
- Shoot
Expected behavior
It should shoot where it is aiming. I know that moving the player to look at the crosshair breaks server compatibility but I don't know if this is the same with aiming.
Additional information
If this is fixable without breaking the compatibility then great. If it isn't then maybe making certain parts of the mod only work if it also is downloaded in the server would fix this and then adding the "player looking to the crosshair" would be possible.
I mention this because I believe Apple Skin has some similar mechanic. (I'm not sure though)
Please fill in all the details. The template exists for a reason.
sorry I just pressed enter by mistake while writing the title
This is why the crosshair is "adaptive" by default. If you hold a bow it will automatically change the crosshair mode from "static" (does not move) to "dynamic" (moves the crosshair onscreen to the position you are aiming at). Implementing this as an optional feature can technically be done but its not in my interest. It could also confuse players as the experience can be quite different depending on the environment.