Latest version of 1.20.1 crashes the server
ImTestingWisdom opened this issue ยท 2 comments
Hello,
I would like to report an issue with Spartan Weaponry version 3.2.0 for 1.20.1, used in a custom modpack.
I tried updating the mod from 3.1.3 and now the server crashes. It doesn't create a crash report, it only starts running again after downgrading again.
Here is an isolated log of the error: https://mclo.gs/DoXweMo
This is the culprit for the crash:
Caused by: java.lang.NoClassDefFoundError: net/minecraft/client/color/item/ItemColor
at com.oblivioussp.spartanweaponry.client.OilCoatingColours.<clinit>(OilCoatingColours.java:18)
This line references a client-only class in a server context, which will cause it to crash, hopefully it's fixed soon