Home

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>

Modrinth CurseForge GitHub Discord

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:

Step 2: Install Embeddium:

Step 3: Configure version overrides:

{
  "version": 1,
  "overrides": {
    "chunksfadein": {
      "+depends": {
        "embeddium": ">0.2.18+mc1.20.1"
      },
      "-depends": {
        "sodium": "IGNORED"
      }
    }
  }
}

Versions

Dependencies

Showcase Video

Youtube 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.