MoreCulling

MoreCulling

77.1k Downloads

0.21.0 Class not found: BlockOcclusionCache

OS-Void opened this issue ยท 2 comments

commented

This error doesn't crash the game, but I also haven't tested anything else involving culling (if its working or does this issue is causing anything else)

Loading the game (Same line shows up twice):

[22:36:23] [main/WARN]: Error loading class: me/jellysquid/mods/sodium/client/render/occlusion/BlockOcclusionCache (java.lang.ClassNotFoundException: me/jellysquid/mods/sodium/client/render/occlusion/BlockOcclusionCache)
[22:36:23] [main/WARN]: Error loading class: me/jellysquid/mods/sodium/client/render/occlusion/BlockOcclusionCache (java.lang.ClassNotFoundException: me/jellysquid/mods/sodium/client/render/occlusion/BlockOcclusionCache)

Entering the world:

[22:36:42] [Render thread/WARN]: Error loading class: me/jellysquid/mods/sodium/client/render/occlusion/BlockOcclusionCache (java.lang.ClassNotFoundException: me/jellysquid/mods/sodium/client/render/occlusion/BlockOcclusionCache)
commented

This is not an issues, it's support for Sodium <0.5.0
I can't remove it till MC 1.21 since sodium still has v0.4.x versions that support MC 1.20

I may try to split that class and add a version check for <= v1.20.1 so that 1.20.2+ doesn't get this message. Since Sodium's 0.4.x builds only go up to v1.20.1

commented

Oh perfect, good to know! thank you.