packgolib

package module
v0.0.0-...-4a08baf Latest Latest
Warning

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

Go to latest
Published: Jan 22, 2021 License: Apache-2.0 Imports: 10 Imported by: 0

README

PACKGOLIB

A golang library for handling Minecraft modpacks. Still unversioned and highly volatile. So far it can:

  • Install modern minecraft clients
  • Install packmaker "pack" modpacks
  • Launch the game in offline mod with the modpack content
  • More to come...

Documentation

Index

Constants

This section is empty.

Variables

View Source
var JAVA_ARGUMENTS = []string{"-XX:+UseG1GC",
	"-XX:+UnlockExperimentalVMOptions",
	"-XX:G1NewSizePercent=20",
	"-XX:G1ReservePercent=20",
	"-XX:MaxGCPauseMillis=50",
	"-XX:G1HeapRegionSize=32M",
	"-Dsun.rmi.dgc.server.gcInterval=2147483646",
	"-Dfml.readTimeout=180"}

Functions

func Launch

func Launch(m *minecraft.Minecraft, ml modloader.ModLoader, clientlocation string, playerName string, playerUuid string, playerToken string) error

Types

This section is empty.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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