You're using ClassWriter.COMPUTE_MAXS in your Coremod, which will call ClassWriter#getCommonSuperClass, causing Minecraft classes to be loaded before Mixins have a chance to transform then. This breaks compatibility with mods that use Mixins, such as the ReplayMod.