Chunk Animator Embeddium Compat
If you love the satisfying fade-in effect of newly generated chunks in Minecraft, you have likely used the popular Chunk Animator mod. However, a common frustration arises when you also want to use performance-enhancing rendering mods like Embeddium or Oculus. The two simply refuse to work together, often crashing your game on startup. This is where Chunk Animator Embeddium Compat steps in, offering a seamless bridge between the classic animation mod and modern GPU-driven rendering pipelines.
Why Does the Crash Happen?
To understand the fix, you need to know the root of the problem. Vanilla Minecraft renders chunks using a specific pipeline. Chunk Animator hooks into this vanilla system with a mixin to trigger its signature animation. However, mods like Embeddium, Xenon, Rubidium, or Magnesium replace this vanilla pipeline entirely with their own GPU-instanced, per-region rendering system. When Chunk Animator tries to find its vanilla hook point, it fails, leading to an immediate crash on startup.
This incompatibility is not a bug in either mod per se, but a fundamental architectural difference. The solution requires a clever intermediary, which is exactly what this compatibility add-on provides.
How Chunk Animator Embeddium Compat Works
This add-on acts as a smart Mixin plugin. At load time, it detects whether Embeddium or a similar rendering overhaul is present. If it is, the add-on disables Chunk Animator's incompatible LevelRenderer mixin before it can cause a crash. Instead of using the vanilla hook, it tracks new chunks and applies their per-section offset during Embeddium's render pass. This is done via a separate draw call for each animating chunk, while the fast batched path continues to run for all static sections. The result is a smooth, stutter-free animation that works harmoniously with shaders.
Supported Mods and Loaders
The add-on is designed to work with any of the following rendering mods: Embeddium, Xenon, Rubidium, and Magnesium. It has been tested with multiple shader packs to ensure broad compatibility. This compatibility mod is available for the Forge loader and supports Minecraft versions 1.16.5, 1.18.2, 1.19.2, and 1.20.1. Remember, this is a client-side only mod; you do not need to install it on your server, and it does not replace Chunk Animator. Both the original mod and this compatibility patch must be installed together.
Configuration Options Explained
Once installed, you can fine-tune the animation behavior to your liking through the config file. Here are the primary settings:
- enabled: The master toggle to turn the entire animation system on or off.
- animationDurationMs: Controls how long each chunk's animation lasts, in milliseconds.
- startOffsetX / Y / Z: Determines the direction and distance from which chunks slide into place.
- easing: Choose from a variety of animation curves including LINEAR, QUAD_OUT, CUBIC_OUT, QUART_OUT, QUINT_OUT, SINE_OUT, EXPO_OUT, CIRC_OUT, BACK_OUT, and BOUNCE_OUT.
- disableAroundPlayer + playerRadius: Suppresses animations near the player to reduce visual clutter or motion sickness.
These options give you full control over the aesthetic and performance impact, allowing you to create the perfect feel for your world.
Step-by-Step: How to Install
Getting started is straightforward. First, ensure you have the correct version of Chunk Animator for your Minecraft version. Then, download Chunk Animator Embeddium Compat from a trusted source. The process is simple:
- Locate your Minecraft
modsfolder. - Place both the Chunk Animator jar and the Chunk Animator Embeddium Compat jar into the folder.
- Launch your game with the Forge profile.
For a more streamlined experience, you can use the foxygame.net launcher. This launcher features a one-click install for mods, and its add-on catalog includes Chunk Animator Embeddium Compat, ensuring you always get the correct version for your Minecraft setup without manual file management. The launcher also handles auto-updates, so you won't have to worry about compatibility patches breaking after a mod update.
Verifying the Fix
After installation, load a world and generate new chunks. You should see the familiar fade and slide animation without any crashes. If you have shaders enabled, they will work alongside the animation. If you encounter any issues, double-check that you have both required mods installed and that you are using the correct versions for your Minecraft loader.
Troubleshooting and Final Thoughts
While this add-on is robust, no software is perfect. If you experience any incompatibilities, the mod author encourages you to leave a comment with details. The development is active, and feedback helps improve stability. For those who want to experience the best of both worlds—stunning shaders and satisfying chunk animations—Chunk Animator Embeddium Compat is an essential addition to your modlist. It removes the technical barrier and lets you focus on what matters: exploring your beautifully rendered world. Whether you are building massive structures or just exploring, this add-on ensures your Minecraft experience is as smooth and visually engaging as possible.