One of Hytale's best features is its robust modding support. Unlike many other games, Hytale mods are primarily server-sided, which makes the experience smoother for players. This guide covers everything you need to know about installing mods.
Understanding Hytale's Mod System
Hytale handles mods differently than Minecraft:
- Server-sided mods - Most mods run on the server, not your client
- Automatic sync - Players joining a modded server download mods automatically
- No manual client install - In most cases, you don't need to install mod files yourself
- CurseForge integration - Official partnership with CurseForge for mod distribution
Types of Hytale Mods
- Packs - Asset and content packs (new blocks, mobs, items, behaviors)
- Plugins - Java-based mods using Hytale's API
- Early Plugins - Experimental plugins for advanced modding
Method 1: Using CurseForge App (Recommended)
The CurseForge app is the easiest way to manage mods for local play.
Installation Steps
- Download the CurseForge App from curseforge.com
- Choose the Standalone Version (recommended)
- Install and launch the app
- Log in or continue as guest
- The app will automatically detect Hytale if installed
- Select Hytale from your games list
- Click Browse Mods to explore available mods
- Click Download on any mod to install it automatically
Managing Your Mods
- View installed mods in the My Modpacks section
- Enable/disable mods with a single click
- Update mods automatically when new versions are available
- Create custom modpacks to share with friends
Method 2: Manual Installation
If you prefer manual control or can't use the CurseForge app:
Finding the Mods Folder
Windows:
%appdata%\Hytale\UserData\Mods
Or navigate to: C:\Users\[YourUsername]\AppData\Roaming\Hytale\UserData\Mods
Mac:
~/Library/Application Support/Hytale/UserData/Mods
Linux:
~/.local/share/Hytale/UserData/Mods
Note: If the Mods folder doesn't exist, create it manually.
Manual Installation Steps
- Download the mod file from CurseForge or another trusted source
- Extract the mod if it's in a ZIP file
- Place the mod folder/files in your Mods directory
- Launch Hytale - the mod should load automatically
Installing Mods on a Server
For server owners, there are multiple ways to add mods.
Using Docker with CurseForge Integration
If you're using the Docker setup from our server guide:
environment:
HYTALE_CURSEFORGE_MODS: |
1409700
1423661
1428236
HYTALE_CURSEFORGE_API_KEY_SRC: "/run/secrets/curseforge_api_key"
Finding CurseForge Project IDs
- Visit curseforge.com/hytale/mods
- Open the mod page you want
- Look for Project ID in the right sidebar
- Add this number to your server configuration
Manual Server Installation
- Download the mod from CurseForge
- Place it in your server's mods directory (usually
./data/mods/) - Restart the server
Player Experience on Modded Servers
When joining a modded server:
- Mods download and sync automatically
- No manual installation required
- The server handles everything
- You'll see mod content immediately after joining
Troubleshooting
Mod Not Working
Check these common issues:
- Version mismatch - Ensure the mod version matches your Hytale version
- Wrong location - Verify you placed files in the correct Mods folder
- Subfolder issue - Don't create extra subfolders inside the mod folder
- Check logs - Look at the console/logs at startup for error messages
CurseForge App Issues
- Game not detected - Manually add Hytale by browsing to the install folder
- Downloads failing - Check your internet connection and firewall settings
- Mods not loading - Verify the mod is enabled in your modpack
Server Mod Issues
- API key errors - Ensure your CurseForge API key is valid
- Mod conflicts - Try removing mods one by one to find the conflict
- Memory issues - More mods require more RAM allocation
Best Practices
- Backup your worlds before adding new mods
- Read mod descriptions for compatibility information
- Start with popular mods - They're usually well-tested
- Update regularly - Mod updates often fix bugs
- Use CurseForge - It's the official and safest source
Recommended Starter Mods
New to modding? Try these beginner-friendly mods:
- Advanced Item Info - Shows detailed item information
- Simply Trash - Adds a trash can for inventory management
- Item Magnet - Auto-pickup for dropped items
Check out our Best Hytale Mods guide for more recommendations.
Need help setting up a modded server? See our Docker Server Setup Guide.