HytaleHub
Explore
Hyxin

Hyxin

by DarkhaxDev

utility

A Mixin environment for Hytale that enables developers to modify, extend, and inject behavior into the game's codebase without directly modifying game files. Essential for advanced modding.

Hyxin provides a Mixin environment for Hytale, enabling developers to modify and extend game code without directly patching files. Created by DarkhaxDev and Jaredlll08, this is an essential tool for advanced modding.

What Does This Mod Do?

Hyxin allows mod developers to inject code, add hooks, and modify game logic using the Mixin framework. This enables powerful modifications that wouldn’t otherwise be possible.

For Developers

Features

  • FabricMC’s Mixin Fork
  • LlamaLad7’s MixinExtras
  • Code injection and modification
  • Hooks for game events

Installation

Hyxin and dependent plugins go in the earlyplugins folder (create it if needed).

Configuration

Add a Hyxin config to your plugin’s manifest.json:

{
  "Hyxin": {
    "Configs": ["your_plugin.mixins.json"]
  }
}

Early Access Warning

Hytale is in early access - expect some features to be unstable or work in unexpected ways.

Who Is This Mod For?

This mod is for:

  • Mod developers needing code modification
  • Advanced modding projects
  • Users of mods that require Hyxin

You don’t need this if:

  • You’re just playing with standard mods
  • No installed mods require it

Credits

  • Mumfrey’s Mixin (MIT License)
  • FabricMC Mixin (MIT License)
  • LlamaLad7’s MixinExtras (MIT License)

Compatibility

  • Hytale Version: Early Access and above
  • License: MIT License

About the Authors

DarkhaxDev and Jaredlll08 developed Hyxin to enable advanced modding capabilities in Hytale.