Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.21.0 Class not found: BlockOcclusionCache #218

Closed
OS-Void opened this issue Jan 12, 2024 · 2 comments
Closed

0.21.0 Class not found: BlockOcclusionCache #218

OS-Void opened this issue Jan 12, 2024 · 2 comments
Labels
TODO This is good and just needs to be implemented

Comments

@OS-Void
Copy link

OS-Void commented Jan 12, 2024

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)
@FxMorin
Copy link
Owner

FxMorin commented Jan 13, 2024

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

@FxMorin FxMorin added the TODO This is good and just needs to be implemented label Jan 13, 2024
@OS-Void
Copy link
Author

OS-Void commented Jan 14, 2024

Oh perfect, good to know! thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
TODO This is good and just needs to be implemented
Projects
None yet
Development

No branches or pull requests

2 participants