mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-04-03 05:57:42 -05:00
Fix #654
This commit is contained in:
@@ -102,7 +102,7 @@ public class ModProcessor {
|
||||
// Check all the mods we expect exist
|
||||
for (ModDependencyInfo info : processList) {
|
||||
if (!info.getRemappedOutput().exists()) {
|
||||
throw new RuntimeException("Failed to find remapped mod" + info);
|
||||
throw new RuntimeException("Failed to find remapped mod: " + info);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user