Awesome
<a href="https://modrinth.com/mod/sodium"> <img width="150" src="https://raw.githubusercontent.com/kerudion/chunksfadein/main/readme-assets/req_sodium.png" alt="Requires Sodium"> </a> <a href="https://modrinth.com/mod/modmenu"> <img width="150" src="https://raw.githubusercontent.com/kerudion/chunksfadein/main/readme-assets/works_modmenu.png" alt="Works with Mod Menu"> </a> <a href="https://modrinth.com/mod/iris"> <img width="150" src="https://raw.githubusercontent.com/kerudion/chunksfadein/main/readme-assets/works_iris.png" alt="Works with Iris Shaders"> </a> <a href="https://modrinth.com/mod/connector"> <img width="150" src="https://raw.githubusercontent.com/kerudion/chunksfadein/main/readme-assets/works_sinytra.png" alt="Works with Sinytra Connector"> </a> <a href="https://www.curseforge.com/minecraft/mc-mods/optifabric"> <img width="150" src="https://raw.githubusercontent.com/kerudion/chunksfadein/main/readme-assets/crashes_opti.png" alt="Crashes with Optifabric"> </a>
Chunk fade in mod
<img height="200" align="right" src="readme-assets/icon.png" alt="Chunks fade in icon">This simple mod adds fade-in animation for chunks, like in Bedrock Edition of Minecraft. And, if you want to, animations like in ChunkAnimator mod. No more chunks appearing right in front of you out of nowhere! Unlike other mods for Fabric, it works perfectly fine with Sodium and Iris(also Optifine in future updates)!
*The original idea is taken from Fade In Chunks mod, which was abandoned by its developer. However, Sodium has updated a lot since these times. So old code is almost unusable in new versions of Minecraft.
*The Smooth Chunks mod was abandoned. Fl0gic (cadenkriese in GitHub) allowed me to use its updated icon in my mod. Thanks to him :)
Compatibility with Forge
In order for the mod to work with Forge Mod Loader, you need to complete the following steps:
Step 1: Install Sinytra Connector:
- Install it from the official page by clicking the link above.
Step 2: Install Embeddium:
- Install it from the official page by clicking the link above.
Step 3: Configure version overrides:
- Navigate to the
config
folder inside your Minecraft installation folder (usually.minecraft
). If there's noconfig
folder, create one. - Open
fabric_loader_dependencies.json
insideconfig
folder. If there's nofabric_loader_dependencies.json
file, create one. - Paste the following text inside:
{
"version": 1,
"overrides": {
"chunksfadein": {
"+depends": {
"embeddium": ">0.2.18+mc1.20.1"
},
"-depends": {
"sodium": "IGNORED"
}
}
}
}
- Save the file and restart/launch the game.
- Done!
Versions
1.18.x
1.19.x
1.20.x
Dependencies
- Sodium
0.4.x
or0.5.x
(depending on version)
Showcase Video
Flexible configuration with Mod Menu support!
<img src="https://github.com/kerudion/chunksfadein/blob/main/readme-assets/config.png?raw=true" width="60%">FAQ
Where is source code?
Source code is in other branches, labelled as the game version they belong to.