Skip to content

Commit

Permalink
Add our own loader package to exempt from being transformed
Browse files Browse the repository at this point in the history
  • Loading branch information
Rongmario committed Dec 15, 2023
1 parent 835895e commit d166c95
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ private FMLLaunchHandler(LaunchClassLoader launchLoader, FMLTweaker tweaker)
this.classLoader = launchLoader;
this.tweaker = tweaker;
this.minecraftHome = tweaker.getGameDir();
this.classLoader.addTransformerExclusion("com.cleanroommc.loader.");
this.classLoader.addClassLoaderExclusion("net.minecraftforge.fml.relauncher.");
this.classLoader.addClassLoaderExclusion("net.minecraftforge.classloading.");
this.classLoader.addTransformerExclusion("net.minecraftforge.fml.common.asm.transformers.");
Expand Down

0 comments on commit d166c95

Please sign in to comment.