Found 2 repositories(showing 2)
FaisalDawod
This script is designed to launch Minecraft on Linux using the Lunar Client Launcher. It combines a set of commands to simplify the launch process.
Information on wrapper.cmd Via wrapper.cmd its possible to specify arguments to launch a specific version of Lunar Client. To use this functionality of the script, use the following format: wrapper.cmd "Version" "Asset Index of the Version" "JVM Arguments" "Directory" "Lunar Client Cosmetic Textures Directory" i.e wrapper.cmd "1.8" "1.8" "-Xms3072m -Xmx3072m" "%APPDATA%\.minecraft" "%USERPROFILE%\.lunarclient\textures" This will launch LC 1.8 and will allocate 3 GB to LC and will have cosmetic textures enabled. OR wrapper.cmd "1.8" "1.8" "-Xms3072m -Xmx3072m" "%APPDATA%\.minecraft" This will launch LC 1.8 and will allocate 3 GB to LC and will have cosmetic textures disabled. Logs LC Lite also generates a logs folder. image.png Here, you can view the latest log for the latest Lunar Client instance or view any log for a previous Lunar Client instance. Command Line Arguments Launch any version of Lunar Client and join any server directly via the command line. Usage: lcl <Version> <Server IP> <Version> can be 1.7, 1.8, 1.12, 1.16, 1.17. Example: lcl 1.8 hypixel.net
All 2 repositories loaded