GT-New-Horizons-Modpack
GT-New-Horizons-Modpack copied to clipboard
GC now uses a strange first person view in rockets and landing pods
Your GTNH Discord Username
chochem
Your Pack Version
nightly 353
Your Server
sp
Java Version
Java 21
Type of Server
Single Player
Your Expectation
the game always used third person view in rockets and landing pods. which makes sense.
The Reality
GC now uses a first person view in rockets and landing pods. That looks bad AND is less practical.
after entering the rocket: (looking up and down, there isnt anything else)
T2 landing balloon:
Your Proposal
change it back.
Final Checklist
- [X] I have searched this issue tracker and there is nothing similar already. Posting on a closed issue saying the bug still exists will prompt us to investigate and reopen it once we confirm your report.
- [X] I can reproduce this problem consistently by follow the exact steps I described above, or this does not need reproducing, e.g. recipe loophole.
- [ ] I have asked other people and they confirm they also have this problem by follow the exact steps I described above, or this does not need reproducing, e.g. recipe loophole.
I went back and this works correctly (automatic third person) in 2.5.0
after some bisecting and mod testing I found that this is caused by lwjgl3ify-2.0.0-alpha-3, where lwjgl3ify-2.0.0-alpha-2-snapshot was still working correctly
additionally parachutes no longer slow down the fall of the player. Both are handled by the same code which no longer seems to be called at all: https://github.com/GTNewHorizons/Galacticraft/blob/ae3be500163a51a6bd770e4c1763ebeb075c89af/src/main/java/micdoodle8/mods/galacticraft/core/entities/player/PlayerClient.java#L157