ModsVersionRange-1.0.0.jar
22 Feb 2026
CurseForge · Hytale mod
Enables semver ranges (wildcards, comparators, hyphen ranges, ^/~, and ||) for Hytale mod ServerVersion checks
Quick answer
Mods Version Range Fix ModsVersionRange-1.0.0.jar targets Hytale. Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer. No required dependencies listed for this file.
Where it goes
Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer.
Put Hytale mods on the world host or dedicated server. Singleplayer runs a local server too; Hytale does not use separate client mods.
ModsVersionRange-1.0.0.jar. Change the file and its required mods may change too.
This file does not list any required mods. Do not add a library just because a different file uses it.
This file does not list any required or optional project dependencies. Check the creator notes before changing an existing world.
Before you install it
Built for Mods Version Range Fix ModsVersionRange-1.0.0.jar. Pick another file and the loader, install side or required mods may change.
Use ModsVersionRange-1.0.0.jar. It targets Hytale; another release may target a different game build or dependency set.
This file does not list any required mods. Do not add a library just because a different file uses it.
Do not install it as a separate client mod. Enable it on the world host—the local server in singleplayer or the dedicated server in multiplayer.
Use the “Get this file” button beside ModsVersionRange-1.0.0.jar. It opens that exact file at the source.
About this project
ModsVersionRange is a small Hytale mod that upgrades version compatibility checks from exact server build strings to real semantic version ranges.
It is designed to stop “false incompatibility” warnings when a mod is still compatible across multiple builds (e.g. 2026.*).
✅ Requires MixinTale to patch the server’s version check safely and reliably.
Download MixinTale (the EarlyPlugin / Bootstrap JAR).
Place it in:
Singleplayer: [GameFolder]/UserData/EarlyPlugins
Dedicated server: [ServerFolder]/EarlyPlugins
Server only: start the server with:--accept-early-plugins
Place the ModsVersionRange JAR in:
Singleplayer: [GameFolder]/UserData/Mods
Dedicated server: [ServerFolder]/Mods
Start the game/server.
✔️ No configuration required.
ModsVersionRange relies on Hytale’s SemverRange parsing rules and supports:
Wildcards / X-Ranges
* (or blank) → matches any version2026.* → matches >= 2026.0.0 and < 2027.0.02026.02.* → matches >= 2026.2.0 and < 2026.3.0Note: X-Ranges are intended for major/minor wildcards (patch wildcards are valid only in the
*.x/*form). If the pattern is not a valid X-Range, it will be rejected.
Comparator ranges
>=2026.2.0>2026.2.0<=2026.3.0<2026.3.0AND ranges (space-separated)
>=2026.2.0 <2027.0.0OR ranges (||)
2026.* || 2027.*Hyphen ranges (inclusive)
2026.2.0 - 2026.3.5>=2026.2.0 and <=2026.3.5)Tilde ranges (~)
~2026.2.0>=2026.2.0 and <2026.3.0>=2026.0.0 and <2027.0.0Caret ranges (^)
^2026.2.0 → >=2026.2.0 and <2027.0.00.x.y ranges (caret behaves more strictly when major is 0)Project description from CurseForge.
Recent files
22 Feb 2026
Looking for an older file? The official CurseForge project page is in Resources.