Incompatibility/Suggestion in relation with Freecam Mod
AzuryxxVortex opened this issue ยท 6 comments
Hello! I have a problem where when using Freecam, the a default player is blocking any view..
which is how Freecam works, but I think something could be done for this.
If Freecam is activated, never render the player model..
This sounds easy to me, but I'm not sure how modding goes.
This is but a simple suggestion, hope it finds you well.
Good day to everyone-
Oh, I see that it was fixed before, but it's back now in 1.20.1, mod version 2.3.4.
Original issue #291, fixed in this commit.
Current Freecam issue MinecraftFreecam/Freecam#185, for reference.
Not sure yet if the issue is with FPM or Freecam, won't be able to investigate for at least a few days either.
Issue is present on all 1.20.1 versions of FPM and Freecam,
My guess is that the fix was lost in 1.20+ maybe...
I've tested from FPM 2.2.3 to 2.3.4, and none work correctly alongside Freecam I'm afraid
I figured it out!
The commit was only for the fabric version of the mod, as the file address stated, and it was never present in the forge port.
Thank you @MattSturgeon for pointing out the commit, I wouldn't have found that otherwise.
So, it's fixed for fabric, but not forge.
I noticed FPM has a compile-only dependency on Freecam's fabric build. This is used to check Freecam.isEnabled()
.
That dependency should also work fine for forge/neoforge, so long as you don't reference any non-common classes, such as FreecamFabric
or ModMenuIntegration
, and you don't need a runtime dependency. You could use the forge version if you prefer though.
@tr7zw Hopefully enabling your existing fix in Forge builds will be fairly simple and resolves the issue. I don't currently have time to do a PR though.