Back to Mods
Hytalor

Hytalor

miscHypersonicSharkz

Hytalor is a light-weight asset patching framework designed to reduce mod conflicts by allowing multiple plugins to modify the same base game asset, without overwriting each other.

About Hytalor

Hytalor - Asset Patcher

Hytalor is an asset patching framework designed to reduce mod conflicts by allowing multiple plugins to modify the same base game asset, without overwriting each other.

Instead of overwriting entire JSON files, Hytalor allows smaller patches which are merged together into a final asset at runtime.

This mod does nothing on its own!

Features

Allows other mods to define Patch jsons, which are combined with the base game asset at runtime.

Supports full hot-reload functionality, like any other asset.

Patch JSON

Each patch file targets a single base asset:{ "BaseAssetPath": "Weathers/Zone1/Zone1_Sunny", "Stars": "Sky/Void.png", "Clouds": [ { "_index": 2, "Colors": [ { "_index": 2, "Color": "#FF0000e6" } ] } ] } More info, and Guides can be found on the GitHub

Downloads
6.7K
Created
Jan 22, 2026
Updated
Jan 27, 2026
Version
Early Access

Categories

Library

Download Mod

Download on CurseForge
Free download • 6,704 total downloads

Need a Server?

Run Hytalor on a dedicated Hytale server with easy mod management.

Get Hytale Hosting

Frequently Asked Questions

What is Hytalor?

Hytalor is a light-weight asset patching framework designed to reduce mod conflicts by allowing multiple plugins to modify the same base game asset, without overwriting each other.

How do I download Hytalor?

You can download Hytalor for free from CurseForge. Click the "Download on CurseForge" button on this page to go directly to the download page.

Who created Hytalor?

Hytalor was created by HypersonicSharkz. The mod has been downloaded 6.7K times.

Is Hytalor compatible with Hytale servers?

Hytalor is designed for Hytale and can be used on both single-player and multiplayer servers. Check the mod page on CurseForge for specific compatibility information.

How do I install Hytalor?

To install Hytalor: 1) Download the mod from CurseForge, 2) Place the file in your Hytale mods folder, 3) Restart the game. The mod should load automatically.