Skip to content

Releases: IroriPowered/refixes

Refixes 0.3.0

27 Mar 14:15
de87680

Choose a tag to compare

✅ Changes

  • Updated the mod to work on Hytale Update 4 (starting from 2026.03.25-89796e57b)
  • Cleaned up redundant config sections
  • Changed default values for newly generated config files
    -Active Chunk Unloader is now disabled by default
    -Shared Instance World is now disabled by default
  • AI Tick Throttler is now compatible with manually frozen entities
  • Added "Unknown Block Cleaner" that removes any invalid blocks usually created by removing mods from a world
    • This feature is disabled by default
  • Added "KeepSpawnLoaded" option for Active Chunk Unloader
  • Edge case error handling in some of the existing patches
  • Minor fixes for various crashes and instabilities

Refixes 0.2.0

20 Feb 19:37
d20802b

Choose a tag to compare

✅ Changes

  • Removed TPS Adjuster and View Radius Adjuster due to poor original implementation
  • Added Server Watchdog
    • Restarts crashed / deadlocked worlds automatically
    • Shuts down the server when the default world crashes or deadlocks
    • Forcefully kills the server process when the shutdown task gets stuck
    • The old "Default World Recovery" option was removed in favor of Server Watchdog
  • Added Active Chunk Unloader which periodically checks for out-of-range chunks and unloads them
  • Added AI Tick Throttler which implements "NPC LOD ticking" where far-away NPCs are ticked less frequently (disabled by default)
  • Added Entity Despawn Timer System which enforces despawn timers for items, block entities and projectiles.
  • Fixed several instability issues in Parallel Entity Ticking (an experimental feature)
  • Fixed several server patches not being ported correctly from Hyfixes / Hyzen Kernel
  • Fixed the incorrect ServerVersion value format in the mod metadata