Hytale’s development continues to accelerate! The Hypixel Studios team has just released the second part of Update 5 (Pre-release). On the agenda: an audio overhaul, more precise creative tools, and, most importantly, major under-the-hood changes for modders. Let’s break it all down.
Posted on April 2, 2026, this new patch for the Hytale Pre-release shows that the developers are not just adding content: they are refining the user experience and preparing the ground for unprecedented creative freedom.
🎧 Audio and Immersion: Raycasting at the service of your ears
One of the biggest announcements in Update 5, Part 2, concerns sound management. Hytale now implements a raycasting probe model for reverb and ambience.
- Why is this important? It’s the first step towards truly managing occlusion and diffraction. Simply put, sound will soon react to the architecture of your buildings. If you’re in a vast cathedral or a narrow cave, the echo will be very different.
- Voice Chat Animations: Your avatar now moves its mouth when you use voice chat. A detail that makes all the difference for multiplayer immersion and roleplaying!
⌨️ Quality of life: Orders become intelligent
Tired of typing endless command lines without knowing if you’re making a mistake? The chat system finally has tab autocompletion and a suggestion interface.
- Tab to scroll through suggestions.
- Shift + Tab to go back or explore variations.
🛠️ Creative Tools: Precision for Builders
The creation tools receive special attention in this patch:
- Brushes: Even-sized brushes are now fully supported. Even better, the introduction of Lowest and Highest Origin modes allows you to perfectly align your shapes with target blocks along the Y-axis.
- Node Editor: The node system is enhanced with support for asset files for Props and their distribution.
- World-Gen V2: The interface becomes more intuitive with the appearance of dropdown menus for enumeration values.
🌿 World and Gameplay: More demanding cultures
Gardening is becoming a bit more realistic. Now, plants check if they have enough space before moving on to the next growth stage. If the ceiling is too low or an object is in the way, the plant resets its cycle.
Also, be careful where you place your doors!
⚠️ MODDING ALERT: What’s changing for creators
This is the most critical section of this patch. If you’re developing for Hytale, the API is undergoing significant structural changes. Please note that these changes are effective immediately.
1. The end of the “Player” as a universal transmitter
The interface Playerno longer implements CommandSendereither PermissionHolder.
- Solution: You must now use [this method
PlayerRef]. This change is likely intended to better separate the physical entity of the in-game player from their rights and network identity.
2. Migration to JOML (Java OpenGL Math Library)
The team continues to standardize its mathematical types. The home-based class com.hypixel.hytale.math.matrix.Matrix4dis being permanently discontinued.
- Replacement: Use [this
org.joml.Matrix4d]. It’s an industry standard that should improve performance and facilitate the porting of external code.
3. Managing shutdown messages
The outdated method ShutdownReason#withMessage(String)has been removed.
- New feature: You must go through
ShutdownReason#withMessage(Message)
4. Redesign of orders and collections
CommandSender#getDisplayName()becomesCommandSender#getUsername()for the sake of clarity.Universe#getPlayers()It no longer returns a single valueListbut a typeCollection. Be careful with your iterations and sorting!
How can I test this version?
It’s simple: open your Hytale Launcher , go to Settings , and check the “Pre-Release” box .
