ImmersiveMC

ImmersiveMC

683k Downloads

[Forge 1.20.1] Crash upon trying to do the grabbity-grab thing

Spenz0r opened this issue ยท 4 comments

commented

On Valve Index, latest Vivecraft version, Embeddium etc.

crash-2024-04-18_19.25.29-server.txt

commented

Thanks for the report! I'll look into this and get this fixed! :)

commented

Note to self to patch this:

https://github.com/hammy275/immersive-mc/blob/1.20.4/common/src/main/java/com/hammy275/immersivemc/server/tracker/RangedGrabTrackerServer.java#L46 uses the provided player to the function call, but the tracker system I wrote is stupid, because that player is null. Use the player in the info instead lol.

commented

Thanks again for reporting this! The fix should be out with ImmersiveMC 1.5.0 Alpha 3, which will come soon after Minecraft 1.20.5 releases.

commented

You're very welcome! You're doing wonders with this mod.