Skip to content

kerudion/chunksfadein

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requires Sodium Works with Mod Menu Works with Iris Shaders Works with Sinytra Connector Crashes with Optifabric

Modrinth CurseForge GitHub Discord

Chunk fade in mod

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 no config folder, create one.
  • Open fabric_loader_dependencies.json inside config folder. If there's no fabric_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 or 0.5.x (depending on version)

Showcase Video

Youtube Video

Flexible configuration with Mod Menu support!

FAQ

Where is source code?

Source code is in other branches, labelled as the game version they belong to.