Versions in this module Expand all Collapse all v1 v1.4.0 Apr 11, 2026 Changes in this version + var DownloadWg sync.WaitGroup + func Common(config core.InstConfig, cleaninst bool) + func CompareForgeVersions(a, b string) int + func CurseForge(file string, MaxCon int, Args string, bundleName string) + func FetchLatestFabricMinecraftVersion() (string, error) + func FetchLatestForgeLoaderForVersion(mcVersion string) (string, error) + func FetchLatestForgeVersion() (string, string, error) + func FetchLatestMatchingNeoForgeVersion(mcVersion string) (string, error) + func FetchLatestNeoForgeVersion() (string, error) + func FetchLatestStableFabricLoaderVersion() (string, error) + func FetchLatestVanillaVersion(downloadSource string) (string, error) + func Search(MaxConnections int, Argsment string) + func WaitDownloads() + type CFError struct + Body string + StatusCode int + func (e *CFError) Error() string + type CurseForgeManifest struct + Files []struct{ ... } + Minecraft struct{ ... } + Overrides string + type ModrinthDependencies struct + Fabric string + FabricLoader string + Forge string + Minecraft string + NeoForge string + func (d *ModrinthDependencies) UnmarshalJSON(data []byte) error v1.1.0 May 11, 2025 Changes in this version + func DownloadLibraries(versionInfo core.VersionInfo, librariesDir string, maxConnections int) error + func DownloadServerJar(version, loader, librariesDir string) error + func FabricB(config core.InstConfig, simpfun bool) + func ForgeB(config core.InstConfig, simpfun bool) + func Modrinth(file string) + func NeoForgeB(config core.InstConfig, simpfun bool) + func SPCInstall(file string) + type ModrinthIndex struct + Dependencies struct{ ... } + Files []struct{ ... }