Minecraft 26.3 is the next major update for Java Edition and is right around the corner. After the successful releases of 26.1 and 26.2 earlier this year, the community is eagerly awaiting what Mojang has in store. In this article we cover everything known about Minecraft 26.3: expected features, the release window, Java requirements, and practical tips for server owners preparing for the update.
The new version numbering: why 26.3 and not 1.22?
If you have not kept up with Minecraft updates recently, the version number might look unfamiliar. After years of using the 1.x scheme (from 1.0 through 1.21), Mojang switched to year-based versioning. The number 26 refers to 2026, and the second digit indicates the order of the update within that year. So 26.1 was the first major update of 2026, 26.2 was the second, and Minecraft 26.3 is the third.
When does Minecraft 26.3 release?
As of September 2026, Minecraft 26.3 is in the pre-release phase. Mojang has published multiple snapshots and pre-releases, which typically means the full release follows within a few weeks. Based on the release pattern of previous versions, a launch in late September or early October 2026 is the most likely timeframe.
Keep an eye on the official Minecraft website and the Minecraft Launcher for the exact release date. As soon as the update is available, the server.jar will be published on the Mojang download page.
What is new in Minecraft 26.3?
Minecraft 26.3 is titled "Wilderness Bound" and focuses on the wild nature of the Overworld. Here are the major expected additions:
New biomes
The update introduces several new biomes with denser vegetation, unique terrain formations, and distinct atmospheres. Expect forests with greater tree variety, new flowers and shrubs, and biomes that create smoother transitions between existing regions. New chunks generated after the update will contain these biomes automatically.
New mobs
Both passive and hostile mobs are being added. Earlier snapshots revealed new animals that spawn in the fresh biomes, plus at least one new hostile creature active during the night. The final list depends on which mobs Mojang keeps or adjusts in the last pre-releases.
New blocks and items
New biomes bring new building materials. Think new wood types, decorative plants, stone variants, and functional blocks. Crafting recipes are being expanded to incorporate the new materials into tools, decorations, and redstone contraptions.
World generation improvements
The terrain engine is getting updates that produce more realistic transitions between biomes. Existing chunks in your world remain unchanged; only newly generated terrain uses the improved algorithms. The border between old and new terrain may be visually noticeable, which is normal for any major Minecraft update.
Gameplay balance and bug fixes
Beyond new content, 26.3 includes dozens of bug fixes and balance adjustments. Performance improvements for chunk loading, better entity processing, and fixes for long-standing issues are on the list. The complete changelog will be published with the official release.
Java 25: server requirements
Since Minecraft 26.1, Java 25 has been the minimum required version, and that requirement continues with 26.3. Java 25 is the LTS release from March 2026 and offers significant performance improvements, especially when generating new chunks and processing large numbers of entities.
HostValues customers do not need to do anything. The game panel automatically sets the correct Java version when you select a Minecraft version that requires Java 25.
On your own VPS or dedicated server, install Java 25 manually:
# Ubuntu / Debian
sudo apt update && sudo apt install openjdk-25-jre-headless
# AlmaLinux / Rocky Linux
sudo dnf install java-25-openjdk-headless
# Verify the version
java -version
You should see openjdk version "25.x.x". If an older number appears, set the correct alternative with sudo update-alternatives --config java.
How to update your Minecraft server to 26.3
Once 26.3 is officially released, you can update your server. Here are the steps for the most common server software:
Vanilla server
- Create a full backup of your server directory (especially the
worldfolder). - Download the new
server.jarfrom minecraft.net. - Replace the old
server.jarwith the new file. - Start the server. Configuration files are updated automatically on first launch.
Paper, Spigot, and Fabric
Wait until your preferred server software releases a 26.3-compatible build. Paper and Spigot typically follow within a few days of the official release. Fabric is often even faster thanks to its modular architecture.
- Paper: download the latest build from papermc.io
- Spigot: build a new version using BuildTools
- Fabric: update the Fabric Loader and Fabric API from fabricmc.net
HostValues game panel
With HostValues, updating is simple. Go to the Startup tab in the game panel, select Minecraft 26.3 from the version dropdown, and restart your server. The correct server.jar and Java version are set automatically. Make a backup through the Backups tab first, just to be safe.
Checklist for server owners
Prepare your server properly for the update with these steps:
- Back up everything: make a full copy of your server directory, including worlds, plugins, mods, and configuration files.
- Check plugin and mod compatibility: not all plugins and mods are immediately compatible with a new Minecraft version. Check each plugin or mod page for a 26.3 update.
- Test on a separate server: if you run a large community, set up a test server with the new version first. Copy your world and plugins to verify everything works before updating the production server.
- Inform your players: let your community know when you plan to update. Players need to update their client to 26.3 as well in order to connect.
- Reserve extra storage: new chunks are larger due to the new biomes and vegetation. Expect 1 to 2 GB of additional disk space on top of your current world size.
- Review your JVM flags: remove outdated options from your startup script. The flag
--illegal-access=permitno longer exists in Java 25 and will cause startup errors.
Performance impact and optimization
After a major update, servers typically experience higher load, primarily from generating new chunks when players explore uncharted territory. Tips to keep things running smoothly:
- Pre-generate chunks: use a tool like Chunky to generate a large area around spawn ahead of time. This significantly reduces the CPU spike during gameplay.
- Lower the view distance: set
view-distanceinserver.propertiesto 8 to 10 instead of the default. This reduces the number of chunks loaded simultaneously. - Use simulation distance: set
simulation-distanceto 6 to 8 to limit the number of entities the server simulates. - Schedule periodic restarts: plan an automatic restart every 6 to 12 hours to free up accumulated memory.
Mod compatibility
Every major version update breaks mods. This applies to both Forge and Fabric mods. Most popular mods are updated within a few weeks, but smaller or unmaintained mods may take longer or never get ported. A few tips:
- Make a list of all mods you use and check their status on CurseForge or Modrinth.
- Do not update to 26.3 until your critical mods are available for the new version.
- Consider running without optional mods temporarily if you want to update quickly.
When exactly does Minecraft 26.3 release?
No exact date has been confirmed by Mojang yet. Based on the current pre-release cycle, a release is expected in late September or early October 2026. Watch the Minecraft Launcher and the official website for the announcement.
Do I need to update Java for Minecraft 26.3?
Yes, Minecraft 26.3 requires Java 25 at minimum. This is the same requirement as 26.1 and 26.2. If you are already running Java 25, no changes are needed. HostValues customers do not need to worry about this; the game panel handles it automatically.
Can I keep playing my 26.2 world in 26.3?
Yes. Existing chunks remain unchanged after the update. Only newly generated terrain will contain the new biomes and features. No world reset is required. Always make a backup before running the update, though.
Will my plugins and mods still work after the update?
Not guaranteed. Every major version update carries the risk of breaking plugins and mods. Check compatibility for each plugin and mod before updating. Paper and Spigot plugins that use the internal server API (NMS) almost always break on a version update and need to be updated by the developer.
How long until Paper and Spigot support 26.3?
Paper typically releases an initial build within a few days of the official Minecraft release. Spigot follows a similar timeline. Keep in mind that the first builds are experimental; for a production server, waiting one to two weeks for stable builds is recommended.
How much RAM does a Minecraft 26.3 server need?
RAM requirements do not change drastically with each version update. Plan for at least 2 GB for a small server (1 to 5 players), 4 to 6 GB for a medium server (5 to 20 players), and 8 GB or more for large servers with many plugins or mods. After the update, generating new chunks may temporarily require more memory.
Why HostValues?
Get your Minecraft server ready for 26.3 with ease. HostValues Minecraft hosting runs on AMD Ryzen 9 7950X processors with NVMe storage and DDoS protection. Update to the latest version with one click in the game panel, scale your RAM when needed, and choose from six locations in Europe and North America. See all Minecraft hosting plans or pick a VPS for full control over your server.