Compatibility
Minecraft: Java Edition
1.21.x
1.20.x
1.19.x
1.18.x
Platforms
Fabric
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed GPL-3.0-only
Published last year
Updated 9 hours ago
Description
This simple mod adds fade-in animation for chunks, like in Bedrock Edition of Minecraft. And, if you want to, animations like in ChunkAnimator or similar mods. 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!
Supported Minecraft versions
- 1.18.x
- 1.19.x
- 1.20.x
- 1.21.x
Dependencies
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!