Universal Graves

Universal Graves

3M Downloads

Error loading class: LithiumHashPalette & BlockPolyGenerator

davidalb97 opened this issue ยท 1 comments

commented

Launching Minecraft Client 1.17.1 with universal graves 1.1.0 prints some mixin errors on the console.
Further testing using only the nested polymer jar on client side also results in these errors, is this mod server side only?

Modlist:

Error:

[main/WARN]: Error loading class: me/jellysquid/mods/lithium/common/world/chunk/LithiumHashPalette (java.lang.ClassNotFoundException: me/jellysquid/mods/lithium/common/world/chunk/LithiumHashPalette)
[main/WARN]: @Mixin target me.jellysquid.mods.lithium.common.world.chunk.LithiumHashPalette was not found polymer.mixins.json:block.BlockPaletteMixin
[main/WARN]: Error loading class: io/github/theepicblock/polymc/impl/generator/BlockPolyGenerator (java.lang.ClassNotFoundException: io/github/theepicblock/polymc/impl/generator/BlockPolyGenerator)
commented

These warnings are mixin thing and I can't really fix them. They also don't effect game in anyway. Also while mod targets server side, it works just fine on client (it's in many modpacks after all)