diff --git a/curseforge/detect.go b/curseforge/detect.go index 988d8ad..aaf36b1 100644 --- a/curseforge/detect.go +++ b/curseforge/detect.go @@ -38,7 +38,7 @@ var detectCmd = &cobra.Command{ if info.IsDir() { return nil } - if !strings.HasSuffix(path, ".jar") { + if !strings.HasSuffix(path, ".jar") && !strings.HasSuffix(path, ".litemod") { // TODO: make this less bad return nil }