We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32d9803 commit 797c50bCopy full SHA for 797c50b
src/main/java/net/minecraftforge/fml/common/Loader.java
@@ -410,6 +410,10 @@ private ModDiscoverer identifyMods(List<String> additionalContainers)
410
{
411
FMLLog.log.trace("Skipping already parsed coremod or tweaker {}", mod.getName());
412
}
413
+ else if(mod.isDirectory())
414
+ {
415
+ FMLLog.log.trace("Skipping directory {}", mod.getName());
416
+ }
417
else
418
419
FMLLog.log.debug("Found a candidate zip or jar file {}", mod.getName());
0 commit comments