config

package
v1.0.0-alpha.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 17, 2025 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var AssetDir string = filepath.Join(DATA_PATH, "assets")
View Source
var AssetIndexDir string = filepath.Join(AssetDir, "indexes")
View Source
var AssetObjectDir string = filepath.Join(AssetDir, "objects")
View Source
var AssetVersionManifestFile string = filepath.Join(AssetDir, "versionManifest", "version_manifest_v2.json")
View Source
var ConfigFile string = "config/config.json"
View Source
var DATA_PATH string = "data"

Data Directory

View Source
var InstanceDir string = filepath.Join(DATA_PATH, "instances")
View Source
var JavaLinuxDownloadUrl = "https://download.oracle.com/java/21/latest/jdk-21_linux-x64_bin.deb"
View Source
var JavaLinuxRuntimeArchive string = filepath.Join(RuntimeDir, "java21.tar.gz")
View Source
var JavaMacDownloadUrl = "https://download.oracle.com/java/21/latest/jdk-21_macos-x64_bin.tar.gz"
View Source
var JavaMacRuntimeArchive string = filepath.Join(RuntimeDir, "java21.tar.gz")
View Source
var JavaRuntimeDir string = filepath.Join(RuntimeDir, "java-runtime")
View Source
var JavaWinDownloadUrl = "https://download.oracle.com/java/21/latest/jdk-21_windows-x64_bin.zip"
View Source
var JavaWinRuntimeArchive string = filepath.Join(RuntimeDir, "java21.zip")
View Source
var LauncherName string = "GoMCLauncher"
View Source
var LauncherVersion string = "1.0.0-aplha.2"
View Source
var LibrariesDir string = filepath.Join(DATA_PATH, "libraries")
View Source
var NativeLibrariesDir string = filepath.Join(DATA_PATH, "libraries", "natives")
View Source
var RuntimeDir string = filepath.Join(DATA_PATH, "runtimes")

Java Options

View Source
var Username string = "Kureichi"

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL