Fabric mod for adding smooth chunk loading animations.
Go to file
triphora 4dd067d649
Fix Modrinth download badge
v1 of Modrinth's API has been deprecated since January 2022 and is scheduled to begin breaking in February, with a complete breakage being done by March. This pull request has been created as a courtesy to update it to use the dedicated shields.io badge rather than manually constructing the API request.

After merging this PR, please also update any usages on other pages, for example a CurseForge and/or Modrinth project description, and also cherry-pick/copy these changes to any other branches you might have.
2023-01-21 20:22:10 -05:00
gifs fix: Tweak GIFs timing 2022-09-21 10:57:37 +03:00
gradle/wrapper chore: update gradlew 2022-10-10 19:16:30 +03:00
src/main Topcheto eu/sodium compatibility issue (#19) 2023-01-15 21:34:48 +02:00
.gitignore chore: Fix all mapping issues 2022-09-21 20:04:37 +03:00
build.gradle Topcheto eu/sodium compatibility issue (#19) 2023-01-15 21:34:48 +02:00
gradle.properties Topcheto eu/sodium compatibility issue (#19) 2023-01-15 21:34:48 +02:00
gradlew chore: update gradlew 2022-10-10 19:16:30 +03:00
gradlew.bat oops 2022-09-12 20:35:52 +03:00
LICENSE oops 2022-09-12 20:35:52 +03:00
README.md Fix Modrinth download badge 2023-01-21 20:22:10 -05:00
settings.gradle oops 2022-09-12 20:35:52 +03:00

Animated Chunks

Mod Loader Enviroment

Modrinth CurseForge

An enhanecd fork of cadenkriese's mod for the latest versions of the game, with a completely different code base.

NOTE: This mod WILL NOT support Sodium, since Sodium doesn't render separate chunks, but whole regions, hence separate chunk animations are rendered impossible. Anyone interested in making sodium compatibility, be my guest

What is this?

Animated Chunks is a Fabric mod that adds animations of currently loading chunks. This makes chunk loading generally seem much more pleasant than them appearing out of thin air. There are multiple built-in animations and ease types, and if this isnt't enough, there's an API which will allow you to add your own animations and eases
(with ease :trollface:)

Generally, this is what you'd call an "eye-candy" mod.

Currently supported animations:

  • Rise

  • Fall

  • Scale

  • Fly in

Currently supported interpolation types:

  • Linear
  • Sine
  • Quadratic
  • Elastic

Future plans

In the future, I plan to extend the scope of this mod to not only smoothen the chunk loading, but entity spawning/despawning/dying, liquid flowing, crops growing etc.

License

This mod is under the MIT License.