How to Install Mods in Hytale

Hytale was built from the ground up with modding in mind. Whether you want to add new weapons, furniture, gameplay mechanics, or quality-of-life tweaks — installing mods is simple and straightforward. Here's how.

What Are Hytale Mods?

Hytale mods are custom content created by the community that modifies or adds to the game. Unlike Minecraft, Hytale does not use traditional mod loaders like Forge or Fabric. Instead, the game features a server-side first architecture — when you join a modded server, the game automatically syncs all mod assets to your client without you having to install anything manually.

For singleplayer or your own worlds, you install mods by placing files in the correct folder and activating them in-game.

Types of Hytale Mods

The Hytale modding scene already has a growing library of content across many categories:

  • Blocks — New decorative or functional building materials
  • Food & Farming — New crops, cooking recipes, livestock
  • Furniture — Detailed non-block decorative items
  • Gameplay — New or modified core mechanics
  • Mobs & Characters — New creatures, NPCs, bosses
  • World Gen — Changes how landscapes are generated
  • Quality of Life — Interface tweaks and small improvements
  • Utility — Tools, commands, performance tweaks
  • Library — Shared code frameworks that other mods depend on
  • Prefab — Pre-made structures and blueprints

Mod File Formats

Hytale mods come in two main formats:

  • .jar files — Java-based plugins. You place these directly in the mods folder.
  • Content packs (folders) — Folders containing assets, scripts, and configs. Often distributed as .zip files — you need to extract them first and place the unzipped folder in the mods directory.

Before You Start

  1. A legal copy of Hytale installed and up to date
  2. Mods from a trusted source (see below)
  3. Basic knowledge of navigating your file explorer
Safety First Only download mods from trusted sources. Avoid random websites offering "free Hytale mods" with suspicious download links. Stick to well-known platforms where mods are scanned and reviewed.

Trusted Mod Sources

  • CurseForge (Hytale) — One of the largest mod platforms, with close to 2000 Hytale mods, scanned for malware and vetted by moderators
  • Iced Fox Studios — Our own curated Hytale content
  • Hytale Modding — Community documentation and modding resources

Method 1: Per-World Installation (Recommended)

This is the easiest and cleanest method. You install mods for a specific world only, so different worlds can have different mod setups.

1

Go to Your World

From the Hytale main menu, click "Worlds" and find the world you want to mod.

2

Open the World Folder

Right-click the world, go to Settings, and click "Open Folder". This opens the world's directory in your file explorer.

3

Find the Mods Folder

Inside the world folder, you'll see a mods folder. Open it. This is where your mod files go.

Full Path Example The mods folder for a world will be at a path like:
C:\Users\YourName\AppData\Roaming\Hytale\UserData\Saves\Your World Name\mods
4

Place Your Mod Files

Now place your mods in this folder. There are two options depending on the mod type:

  • If it's a .jar file — Drop the .jar directly into the mods folder. Done.
  • If it's a content pack (.zip) — Extract/unzip the file first, then place the resulting folder (not the .zip) inside the mods folder.
5

Activate the Mod In-Game

Go back to Hytale. Open your world's Settings again. You'll see the mod listed — toggle it on, click "Apply Settings", and you're done. Enter the world and enjoy.

Pro Tip Always save your world before activating new mods. If something goes wrong, you can remove the mod and your world will be fine.

Method 2: Global Installation (All Worlds)

If you want a mod to be available across all your worlds, you can place it in the global mods folder instead.

1

Open the Global Mods Folder

Navigate to the Hytale UserData/Mods directory:

Windows
%AppData%\Hytale\UserData\Mods
macOS
~/Application Support/Hytale/UserData/Mods
Linux
$XDG_DATA_HOME/Hytale/UserData/Mods
2

Place Your Mod Files

Same as before: .jar files go in directly, content packs go in as unzipped folders.

3

Activate Per World

Even though the mod is globally available, you still need to activate it in each world's settings. Go to your world settings, toggle the mod on, and apply.

Method 3: Using CurseForge

CurseForge offers a desktop app that automates mod management for Hytale. It handles downloading, installing, and organizing mods for you.

1

Install the CurseForge App

Download the CurseForge desktop app, install it, and launch it. It should auto-detect your Hytale installation.

2

Browse Hytale Mods

Click on Hytale in the CurseForge app. Use the "Discover" or "Browse" tabs to search for mods by category, popularity, or name.

3

Install with One Click

Found a mod you like? Click "Install". CurseForge downloads and places it in the right folder automatically. You can manage installed mods from Hytale > "My Mods".

4

Activate In-Game

Launch Hytale (from CurseForge or the normal launcher). Go to your world settings and enable the mods you installed, then click "Apply Settings".

Mods in Multiplayer

Hytale handles multiplayer modding differently from most games. It uses a server-side first architecture:

  • When you join a modded server, Hytale automatically syncs all required mod assets to your client. You don't need to install anything manually.
  • If you host your own server, you place mods in the server's mods directory and configure them. Players who join will receive the content automatically.

This is a huge improvement over games like Minecraft, where you have to manually match your mod list with the server's.

Troubleshooting

Mod doesn't appear in world settings

Make sure the file is in the correct mods folder (per-world or global). If it's a .zip, make sure you extracted it first — Hytale won't read zipped packs. For .jar mods, the file should be placed directly, not inside a subfolder.

Game crashes when activating a mod

The mod may be incompatible with your Hytale version. Remove it from the mods folder, launch the game normally, and check for an updated version of the mod.

Mod loads but features don't work

Some mods depend on library mods (like "Hybrid" by Serilum). Check the mod's description for required dependencies and install them too.

How to check which mods are active

Install the "Better Modlist" mod from CurseForge. Once active, type /modlist in the chat to see a scrollable list of all mods loaded in your current world.

Good Habit Always save your world before adding or removing mods. That way, if something breaks, you can simply remove the mod and resume from where you left off.

Frequently Asked Questions

Hytale mods come in two main formats: .jar files (Java-based plugins) which you place directly in the mods folder, and content packs which are folders containing assets, scripts, and configuration files. Content packs are often distributed as .zip files that you need to extract first.
The global mods folder is at %AppData%/Hytale/UserData/Mods on Windows. For per-world mods, each world has its own mods folder at %AppData%/Hytale/UserData/Saves/[World Name]/mods. The easiest way to find it: right-click your world in-game > Settings > Open Folder.
Yes. Hytale uses a server-side first architecture. When you join a modded server, the game automatically syncs all required mod assets to your client. You don't need to manually install anything to play on modded servers.
Yes. Each world has its own mods folder inside the world's save directory. Place mods there to apply them to that specific world only. Mods in the global UserData/Mods folder are available to all worlds but still need to be activated per-world in the settings.
No. Hytale does not use traditional mod loaders. The game has native mod support built in. You simply place mod files in the correct folder and activate them in the world settings. No additional software is required (though CurseForge can simplify the process).