mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-03-30 21:05:58 -05:00
Suppress warning about fabric-installer.json when running with Forge
This commit is contained in:
@@ -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!");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user