Not Enough Animations

Not Enough Animations

50M Downloads

1.18.1 Forge Server not working with Not Enough Animations mods

Jkj61Abn opened this issue · 4 comments

commented

Minecraft 1.18.1 Server software: Forge. Forge version: 39.0.40
server not working with mods everything works on the client, on the server it doesn't
Log:
https://mclo.gs/xdclfDx

commented

Not Enough Animations is a client mod, not a server mod. You also installed CustomCrosshairMod and advancedcompass on the server which are client side mods too^^

commented

haha yes, just making sure is it fixable issue, also EquipmentCompare is client side mod as new log says.
Log:
https://mclo.gs/nKMuqle

commented

Forge is rather stupid in not letting you mark a mod as client-side only. If the jar is in the folder it will load, and you need to prevent that in-code. The issue is if you passively load other classes, issues like this still can come up. The simple fix is to just not put client mods into the server mods folder^^. (I mean you wouldn't put optifine into that folder either)

commented

Thats most informative answer Ive ever heard. It means all that client-side mods, dont needs to be removed fully, but only removing from server-side mods folder and letting it lay on client mods folder will work and let player join the server? If so, its good. Thank you man. Peace.