Versions in this module Expand all Collapse all v1 v1.4.0 Apr 11, 2026 Changes in this version + var DefaultConfig = Config + func FilterInstalledMods(modsDir, bundleName string, cfg *Config) ([]string, error) + type Config struct + EnableHash bool + EnableMixin bool + EnableModrinth bool + Timeout time.Duration + type MixinFile struct + Data string + Name string + type ModFile struct + Hash string + Mixins []MixinFile + ModIDs []string + Name string + Path string + ProjectIDs []string + func ExtractMods(modsDir string) ([]ModFile, error)