Flight HUD: Do a barrel roll fix
This is a fix to make FlightHUD work with Do a barrel roll mod.
This fix removes all estimation of roll angle, it just inject to RenderSystem and retrive the value `camera.getRotation()`.
So, no matter how other mods rotates the view, it will always be perfict align to the player ViewRotation.
Source code for each version
- 1.18.2: https://github.com/HuJK/FlightHUD-Do-a-Barrel-Roll-Fix/tree/dabr-1.18.2
- 1.19.4: https://github.com/HuJK/FlightHUD-Do-a-Barrel-Roll-Fix/tree/dabr-1.19.4
- 1.20~1.20.4: https://github.com/HuJK/FlightHUD-Do-a-Barrel-Roll-Fix/tree/dabr-1.20
- 1.20.5~1.20.6: https://github.com/HuJK/FlightHUD-Do-a-Barrel-Roll-Fix/tree/dabr-1.20.5
- 1.21~1.21.1: https://github.com/HuJK/FlightHUD-Do-a-Barrel-Roll-Fix/tree/dabr-1.21
Demo video

