Magnus Leßmann (@MarkL4YG)
Magnus Leßmann (@MarkL4YG)
@TacticalUniverse did you try applying the work-around I mentioned?
(Public) Servers running your mods will almost certainly run Sponge. Therefore they'll potentially run into issues. I don't think Mixins should be making checks for being in the classpath bypassing...
Same reason I stumbled across this. Work-Around is: Open Malisis core jar in your favourite zip editor and remove the mixins package. The JVM will then use the remaining Mixins...
That's because you did not remove Mixins ^^. Mixins is located under ``org.spongepowered``. In my case Mixins was the only thing located under that package included in the Malisis-Core jar-file....
Again. You are removing the Sponge package from the __Malisis-Core jar file__. So you are removing the version that is shipped with Malisis.
> that package included in the Malisis-Core jar-file I thought that this would suffice for that information at least for those regularly modding Minecraft. But I'm sorry if that wasn't...