RoBrit / Moo-Fluids

Mod for Minecraft that dynamically generates 'milkable' cows for various fluids
GNU General Public License v3.0
16 stars 18 forks source link

Moofluids and The One Probe Addons #76

Closed sharpskull2 closed 5 years ago

sharpskull2 commented 6 years ago

On a server Having both top addons and moofluids causes the server to crash with this error Caused by: java.lang.IllegalAccessError: no such constructor: io.github.drmanganese.topaddons.elements.moofluids.ElementFluidCowEntity.(ByteBuf)void/newInvokeSpecial at java.lang.invoke.MethodHandleNatives.linkMethodHandleConstant(Unknown Source)

Full crash report is here: https://pastebin.com/bvrvDVFF

Tora-B commented 6 years ago

Hmmm... Looks like it's attempting to call a client method on the server. Which doesn't work. I was just about to dig into the TOP plugin to see if I can fix #62, but this might be specific to TOP Addons. I see that you've already opened an issue on the TOPAddons repo, and that's probably where it's going to get fixed.