What means `WARN: @Mixin target was not found UTDefaultDifficultyMPMixin`?
Krutoy242 opened this issue ยท 1 comments
After one of recently UT updates, i found new WARN line in my debug.log
file:
[main/WARN] [mixin]: @Mixin target net.minecraft.server.dedicated.DedicatedServer was not found mixins.tweaks.misc.difficulty.json:UTDefaultDifficultyMPMixin
There is few other errors related to this one:
RuntimeException: Attempted to load class nz for invalid side CLIENT
at net.minecraftforge.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:62)
Error loading class: net/minecraft/server/dedicated/DedicatedServer (net.minecraftforge.fml.common.asm.ASMTransformerWrapper$TransformerException: Exception in class transformer net.minecraftforge.fml.common.asm.transformers.SideTransformer@781bd9dd from coremod FMLCorePlugin)
What this warnings means? Does this means S:"Default Difficulty"=NORMAL
option not working at all?