Go Fish

Go Fish

11M Downloads

Server (GoFish 1.4.1 for MC 1.18.1) - ClassNotFoundException

xanasago opened this issue ยท 0 comments

commented

Hi,

I installed the Go Fish mod on my server and encountered two errors. They don't crash the server as far as I know but not sure if it can come to that at a later point. I am a bit rusty on my programming and I have no experience with modding via fabric.

These errors are from the logs when I start the server
[main/WARN]: Error loading class: net/minecraft/class_906 (java.lang.ClassNotFoundException: net/minecraft/class_906) [main/WARN]: @Mixin target net.minecraft.class_906 was not found go-fish.mixins.json:FishingBobberEntityRendererMixin [main/WARN]: Error loading class: net/minecraft/class_702 (java.lang.ClassNotFoundException: net/minecraft/class_702) [main/WARN]: @Mixin target net.minecraft.class_702 was not found go-fish.mixins.json:ParticleManagerMixin

From what I gather there just seems to be a problem that the server is trying to load two classes that should only be loaded on the client for rendering purposes. Just a guess from me.