General Questions
What is LiquidLauncher?
What is LiquidLauncher?
- Easy installation and updates for LiquidBounce
- Multiple branch support (stable, nightly, etc.)
- Automatic Java runtime management
- Mod management and custom mod support
- Microsoft and offline authentication
- Premium features for LiquidBounce accounts
What Minecraft versions does LiquidLauncher support?
What Minecraft versions does LiquidLauncher support?
- Check the available builds in the launcher
- Each build specifies its Minecraft version
- Both Fabric and Forge mod loaders are supported
Is LiquidLauncher safe to use?
Is LiquidLauncher safe to use?
- Source code is available on GitHub
- Licensed under GPL-3.0
- Community-reviewed and maintained
- No telemetry or data collection beyond authentication
Do I need to buy Minecraft to use LiquidLauncher?
Do I need to buy Minecraft to use LiquidLauncher?
- Offline mode is available for local testing without authentication
- Offline accounts only work on servers with
online-mode=false - Premium features require both a Minecraft account and a LiquidBounce premium account
Installation & Setup
How do I install LiquidLauncher?
How do I install LiquidLauncher?
- Download the latest release from the official GitHub repository or website
- Choose the appropriate version for your operating system (Windows, macOS, Linux)
- Install or extract the launcher
- Run the launcher for the first time
- The launcher will automatically create necessary directories
Where does LiquidLauncher store its files?
Where does LiquidLauncher store its files?
- Data:
~/.local/share/liquidlauncher/ - Config:
~/.config/liquidlauncher/ - Logs:
~/.local/share/liquidlauncher/logs/
- Data:
~/Library/Application Support/net.CCBlueX.LiquidLauncher/ - Config:
~/Library/Application Support/net.CCBlueX.LiquidLauncher/ - Logs:
~/Library/Application Support/net.CCBlueX.LiquidLauncher/logs/
- Data:
%APPDATA%\liquidlauncher\ - Config:
%APPDATA%\liquidlauncher\ - Logs:
%APPDATA%\liquidlauncher\logs\
gameDir/[branch]/ within the data directory.Can I change the game directory location?
Can I change the game directory location?
- Open launcher settings
- Navigate to the “Custom Data Path” option
- Enter your preferred directory path
- Restart the launcher
How do I uninstall LiquidLauncher?
How do I uninstall LiquidLauncher?
- Uninstall the launcher application using your OS’s standard method
- Manually delete the data directories (see locations above)
- Remove any custom game directories you created
Authentication & Accounts
How does Microsoft authentication work?
How does Microsoft authentication work?
- Click “Login with Microsoft” in the launcher
- You’ll receive a device code
- Visit the provided URL (usually microsoft.com/link)
- Enter the device code
- Authorize LiquidLauncher in your browser
- The launcher automatically completes authentication
0add8caf-2cc6-4546-b798-c3d171217dd9What's the difference between Minecraft and LiquidBounce accounts?
What's the difference between Minecraft and LiquidBounce accounts?
- Microsoft/Mojang account
- Used for game authentication
- Validates Minecraft ownership
- Required to join online servers
- Separate account on liquidbounce.net
- Provides premium features like:
- Skip download advertisements
- Direct mod downloads
- Additional customization options
- Not required for basic launcher functionality
Can I use multiple accounts?
Can I use multiple accounts?
- Switch between multiple Microsoft/Minecraft accounts
- Use different accounts for different game sessions
- Add both premium and offline accounts
What happens to my offline account when I log in with Microsoft?
What happens to my offline account when I log in with Microsoft?
- You can switch between account types
- Logging in with one doesn’t delete the other
- Each account maintains its own settings
My authentication tokens expired - what should I do?
My authentication tokens expired - what should I do?
- Log out from the launcher
- Log back in to obtain fresh tokens
- If issues persist, revoke and re-authorize the app in your Microsoft account settings
Java & Performance
Which Java version should I use?
Which Java version should I use?
- Java 8: Minecraft 1.16.5 and earlier
- Java 17: Minecraft 1.17 - 1.20
- Java 21+: Minecraft 1.21 and newer
- Oracle GraalVM (recommended for performance)
- Azul Zulu
- Custom Java installations
How much RAM should I allocate?
How much RAM should I allocate?
- Vanilla/LiquidBounce only: 2-4 GB
- With additional mods: 4-6 GB
- Heavy mod packs: 6-8 GB
- Shaders/high render distance: 8+ GB
Can I add custom JVM arguments?
Can I add custom JVM arguments?
The launcher is using too much disk space - what can I delete?
The launcher is using too much disk space - what can I delete?
- Mod cache (
mod_cache/): Downloaded mods will be re-downloaded when needed - Old logs (
logs/): Logs older than 7 days are auto-deleted - Unused game versions: Branches you no longer play
- Active game files: Files in currently used
gameDir/[branch]/directories - Configuration files: Settings and account data
Mods & Customization
How do I add custom mods?
How do I add custom mods?
- Open the launcher
- Select your game branch and version
- Navigate to the mods section
- Click “Add Custom Mod”
- Select your .jar file
- The mod will be copied to the appropriate directory
custom_mods/[branch]-[version]/.What's the difference between required and optional mods?
What's the difference between required and optional mods?
- Essential for LiquidBounce functionality
- Always downloaded and loaded
- Cannot be disabled
- Enhance features but not required
- Can be enabled/disabled in launcher
- Only downloaded when enabled
Why do some mods require opening a download page?
Why do some mods require opening a download page?
- Without premium account: Opens download page in browser
- With premium account: Direct download automatically
- After completing the page, download proceeds
Can I use mods from CurseForge or Modrinth?
Can I use mods from CurseForge or Modrinth?
- Download compatible mod versions
- Verify they match your Minecraft version and mod loader (Fabric/Forge)
- Add them through the custom mods feature
How do I update mods?
How do I update mods?
- Automatically updated when new builds are released
- Cleared and re-downloaded each launch
- Must be manually updated
- Delete old version and add new version through custom mods
Troubleshooting
The launcher won't start - what should I do?
The launcher won't start - what should I do?
- Ensure you have the correct version for your OS
- Check if another instance is already running
- Verify you have required dependencies installed
- Try running as administrator (Windows) or with elevated permissions
- Check antivirus/firewall settings
- Review system logs for error messages
Downloads keep failing - how do I fix this?
Downloads keep failing - how do I fix this?
- Check your internet connection
- Try using a VPN (e.g., Cloudflare Warp)
- Adjust concurrent downloads setting
- Disable antivirus temporarily
- Check firewall permissions
Game crashes immediately after launch
Game crashes immediately after launch
- Wrong Java version: Ensure compatibility with Minecraft version
- Insufficient memory: Increase RAM allocation
- Incompatible mods: Disable problematic custom mods
- Corrupted files: Clear cache and re-download
Where do I find launcher logs?
Where do I find launcher logs?
- Linux:
~/.local/share/liquidlauncher/logs/ - macOS:
~/Library/Application Support/net.CCBlueX.LiquidLauncher/logs/ - Windows:
%APPDATA%\liquidlauncher\logs\
launcher.log.YYYY-MM-DD and rotated daily.How do I report a bug?
How do I report a bug?
- Check if the issue is already reported on GitHub
- Gather information:
- Launcher version
- Operating system and version
- Java version
- Latest launcher log
- Steps to reproduce
- Create a detailed issue on the GitHub repository
- Include all relevant logs and screenshots
Advanced Features
What is the 'Keep Launcher Open' option?
What is the 'Keep Launcher Open' option?
- Launcher window remains visible after game starts
- Shows real-time game output and logs
- Allows easy game termination through launcher
- Launcher minimizes/hides after game starts
- Reopens if game encounters errors
- Reduces memory usage during gameplay
What are concurrent downloads?
What are concurrent downloads?
- Higher values: Faster overall download time, more network usage
- Lower values: More stable, better for slower connections
- Default: Optimized for most users
Can I use LiquidLauncher offline?
Can I use LiquidLauncher offline?
- Offline accounts: Work completely offline for local gameplay
- Cached game files: Play previously downloaded versions
- No online features: Can’t download new builds, mods, or authenticate
What are branches?
What are branches?
- Release/Stable: Tested, stable builds for regular use
- Beta: Testing versions with new features
- Nightly: Latest development builds (may be unstable)
- Legacy: Older versions for specific Minecraft versions
Getting Help
Where can I get support?
Where can I get support?
- Discord: Join the LiquidBounce Discord server for community help
- GitHub Issues: Report bugs and technical issues
- Documentation: Check this documentation for guides and solutions
- Forum: Visit the LiquidBounce forums for discussions
How do I contribute to LiquidLauncher?
How do I contribute to LiquidLauncher?
- Fork the GitHub repository
- Make your changes
- Test thoroughly
- Submit a pull request with detailed description
- Follow the contribution guidelines
Still Have Questions?
If your question isn’t answered here:- Check the Common Issues page for specific problems
- Review other documentation sections for detailed guides
- Visit the LiquidBounce Discord for community support
- Search or create a GitHub issue for technical problems