Infinite Loading Screen Loop on Pre-Release/Snapshot
MoonlightSystem opened this issue ยท 3 comments
Ears makes Minecraft stuck in an infinite loading loop with the latest pre-release
https://mclo.gs/z8E2f02
Fabric Loader 0.14.10
Minecraft version: 1.19.3 Pre-Release 2(also happens with prerelease 3)
It seems like the net.minecraft.util.math package was nerfed a lot, removing the directly needed Matrix3f, Matrix4f and Vec3f and also eg. Quaternion, but adding MatrixUtil.class, which imports those/similar classes from org.joml. I will try to fix this ASAP.