Closed AnikeiPS closed 10 months ago
That should already be the case? When you spectate another player or mob it should show then instead?
I mean in config. Should mod always use mc_instance.player or use only if camera entity is null.
I have problems using Freecam mod: when I turn freecam on, paper doll display swimming Alex.
That's because the freecam mod replaces the camera entity with some dummy, so it works as intended. Otherwise, it would show weird stuff when spectating etc. If anything it should hide the paperdoll while in freecam mode. The issue with that is, that there are like 3+ freecam mods, which makes it a pain to support.
Yeah, I know, but is there any way to fix it?
Adding special logic for each and every free cam mod on forge and fabric, which is a pain in the ass. That's why its not part of the mod. At least not high on my priority list.
I'll try fixing this issue on my end. Thanks!
Allow toggle between
mc_instance.getCameraEntity()
andmc_instance.player
playerEntity source.