[BUG] [1.12] Fishing Rod crosshair instability
mjaske opened this issue ยท 2 comments
When in Shoulder Surfing mode and holding a Fishing Rod, by simply moving about the terrain, there is no stability in the crosshair's y-axis. It seems to only affect this item, but as someone who uses it in combat, it can be slightly distracting.
To reproduce, it should become apparent when comparing a Fishing Rod to any other item, that the crosshair bounces up and down and appears lower than it should.
Issue happened in latest 1.12 compatible version of the mod, with only Optifine installed and in a Single Player survival world.
Also, thank you so much for fixing the reach issue, I am very grateful! Love your work. :)
This is intentional due to server compatibility as projectiles always originate from the players head and not the crosshair position. To compensate for this the crosshair displays the collision position of the players view vector with the terrain or entity. The behaviour is similar to flying a helicopter in GTA V. In SSR it is called "adaptive crosshair" and can also be changed in the settings. The crosshair adapts in the following situations:
- Holding items with a pulling property (i.e. Bow)
- Holding items with a charged property (i.e. Crossbow)
- Holding items with a throwing property
- Holding a snowball
- Holding an egg
- Holding an ender pearl
- Holding a splash potion
- Holding a lingering potion
You can also enable/disable this behaviour for specific items in the settings.
If you knew that and you still think that there is a bug you can attach a screenshot to help explain the problem.