Crash while trying to access Camera
Alexkrasscool opened this issue ยท 3 comments
when i try to access a camera, my minecraft world crashes. I am using Mincraft 1.19.2 with Vivecraft.
crash-2022-12-31_03.08.02-client.txt
This is not an issue with SecurityCraft, but with Vivecraft, as it happens in code modified by that mod. That mod needs to have an instanceof check before this line before casting the camera entity. https://github.com/jrbudda/Vivecraft_119/blob/master/patches/VR/net/minecraft/client/renderer/GameRenderer.java.patch#L547