A Lightweight LunarClient launcher written in Go. (currently for Linux and macOS only)
go install github.com/KotonBads/lcgo/lcgo@latestor if you want a specific commit
go install github.com/KotonBads/lcgo/lcgo@commit hash- Clone the repo
git clone https://github.com/KotonBads/lcgo.git lcgo- Open the folder in VSCode
- Run the build task included
- Requires Go 1.20 or newer
- Run this command in the terminal
mkdir build && go build -o build/lcgo lcgo/lcgo.goLC Go should now be built inside the build/ folder
- Rename
example.config.jsontoconfig.jsonor to any name - Delete any keys you don't need which are marked as
optional - Fill in any required fields
- Run this command in the terminal
./path/to/lcgo/binary -config /path/to/config.json -version <insert minecraft version>If you want the debug output, run this instead
./path/to/lcgo/binary -config /path/to/config.json -version <insert minecraft version> -debug=true