lighty-launch

Minecraft launch system for LightyLauncherarrow-up-right.

Overview

Version: 0.8.6 Part of: LightyLauncherarrow-up-right

lighty-launch handles the complete Minecraft launch process, from downloading assets to managing running instances.

Features

  • Game Launching - Launch Minecraft with optimized JVM arguments

  • Asset Installation - Download and install game assets, libraries, and natives

  • Process Management - Manage Minecraft process lifecycle

  • Instance Control - Track, monitor, and control running instances

  • Console Streaming - Real-time console output via events

  • Instance Size Calculation - Calculate disk space usage

  • Mod Support - Automatic mod installation and management

Quick Start

[dependencies]
lighty-launch = "0.8.6"

Basic Launch

With Custom JVM Options

Instance Control

Core Components

Component
Description

LaunchBuilder

Fluent API for configuring game launch

Installer

Downloads assets, libraries, natives, and mods

InstanceControl

Trait for managing running instances

Arguments

JVM and game argument generation

Console Streaming

Real-time console output (with events feature)

Documentation

📚 Complete Documentationarrow-up-right

Guide
Description

Practical launch guide with examples

Architecture and design

Complete export reference

LaunchEvent types

Launch workflow details

Asset and library installation

JVM and game arguments

Managing instances

License

MIT

Last updated