This commit is contained in:
modmuss50
2022-05-26 11:32:53 +01:00
parent 3066b58059
commit a2e84e242a

View File

@@ -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);
}
}
}