java.lang.NoClassDefFoundError: Could not initialize class org.zeith.hammerlib.HammerLib
nerofur opened this issue ยท 6 comments
The priority is set by the mod developer inside the mixin class. This won't resolve the issue, however. That is because they are both redirects, pointing into the same spot, which is not allowed by mixin subsystem, regardless of their priority.
Unrelated to HammerLib.
Judging by your logs, this is the actual error:
[10:55:45] [modloading-worker-0/WARN]: @Redirect conflict. Skipping globaldataandresourcepacks.mixins.json:PackConfigurationMixin->@Redirect::packConfiguration(Ljava/util/Set;Ljava/lang/Object;)Z with priority 1000, already redirected by create_new_age.mixins.json:MinecraftServerMixin->@Redirect::add(Ljava/util/Set;Ljava/lang/Object;)Z with priority 1000
Which is a conflict between globaldataandresourcepacks
and create_new_age
I see. any suggestions to fix this? I'm not entirely sure I understand. aside from it being related to create new age. the pack worked fine until i published it and tried to launch it