Giter Club home page Giter Club logo

chunksfadein's Introduction

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.

chunksfadein's People

Contributors

kerudion avatar therookiecoder avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.