Resource Loader

Resource Loader

120M Downloads

Using ClassWriter.COMPUTE_MAXS in the Coremod breaks compatibility with Mixins

CrushedPixel opened this issue ยท 0 comments

commented

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.