Suppress warning about fabric-installer.json when running with Forge

This commit is contained in:
Juuxel
2020-07-30 17:59:37 +03:00
parent 74516ee6c0
commit daed47f3b8

View File

@@ -158,7 +158,7 @@ public class LoomDependencyManager {
if (extension.getInstallerJson() != null) {
handleInstallerJson(extension.getInstallerJson(), project);
} else {
} else if (!extension.isForge()) {
project.getLogger().warn("fabric-installer.json not found in classpath!");
}