Draylar / go-fish

Fishing enhancement mod with new equipment, fish, and special loot!
https://www.curseforge.com/minecraft/mc-mods/go-fish
12 stars 18 forks source link

Server (GoFish 1.4.1 for MC 1.18.1) - ClassNotFoundException #58

Open xanasago opened 2 years ago

xanasago commented 2 years ago

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.