mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-04-01 21:17:46 -05:00
Make no loader warning an info log (#1152)
* Make no loader warning an info log * Remove !
This commit is contained in:
@@ -44,7 +44,7 @@ public class LoomDependencyManager {
|
||||
sourceRemapper.remapAll();
|
||||
|
||||
if (extension.getInstallerData() == null) {
|
||||
project.getLogger().warn("fabric-installer.json not found in dependencies!");
|
||||
project.getLogger().info("fabric-installer.json not found in dependencies");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user