promotional bannermobile promotional banner

Catalyst

Performance without compromise.

File Details

Catalyst-0.1.1.jar

  • R
  • Jan 19, 2026
  • 495.26 KB
  • 126
  • Early Access

File Name

Catalyst-0.1.1.jar

Supported Versions

  • Early Access

[0.1.1] - 2026-01-19

Only until the mod is fixed: You'll have to put this mod to both earlyplugins/ and mods/ folder (mods folder if you want the commands working) due to API changes in Hytale Server.

Added

  • Hyxin Compatibility: Full support for the Hyxin Mixin framework
    • Added Mixin classes (BlockModuleMixin, BlockTickPluginMixin, FluidPluginMixin)
    • Added catalyst.mixins.json configuration
    • Works seamlessly alongside ASM transformers
  • Dual-mode operation: Catalyst now works both standalone (ASM) and with Hyxin (Mixin)

Changed

  • Java 21 target: Downgraded from Java 25 to Java 21 for broader compatibility
  • ASM relocation: Bundled ASM classes relocated to com.criticalrange.asm to prevent classloader conflicts with Hyxin
  • Build system: Migrated to Shadow plugin for proper dependency shading

Fixed

  • Fixed typo in settings UI ("CATALYT" -> "CATALYST")
  • Resolved ASM version conflicts when running alongside Hyxin