Error loading class: LithiumHashPalette & BlockPolyGenerator
davidalb97 opened this issue ยท 1 comments
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:
- [email protected]+1.17
- [email protected]+1.17.1 (or [email protected]+1.17.1 only)
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)