Skip to content

Commit

Permalink
- Add MixinBooter to mod container.
Browse files Browse the repository at this point in the history
  • Loading branch information
KasumiNova committed Oct 7, 2024
1 parent 3f39e76 commit 03a4a9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/net/minecraftforge/fml/common/Loader.java
Original file line number Diff line number Diff line change
Expand Up @@ -374,6 +374,7 @@ private ModDiscoverer identifyMods(List<String> additionalContainers)
mods.add(minecraft);
// Add in the MCP mod container
mods.add(new InjectedModContainer(mcp,new File("minecraft.jar")));
mods.add(new InjectedModContainer(new MixinContainer(), FMLSanityChecker.fmlLocation));
mods.add(new InjectedModContainer(new ConfigAnytimeContainer(), FMLSanityChecker.fmlLocation));
mods.add(new InjectedModContainer(new CleanroomContainer(), FMLSanityChecker.fmlLocation));
for (String cont : injectedContainers)
Expand Down

0 comments on commit 03a4a9d

Please sign in to comment.