Fabric mod for adding smooth chunk loading animations.
Go to file
2022-09-21 09:53:54 +03:00
gradle/wrapper fix: remove gradle wrapper from .gitignore 2022-09-21 09:52:18 +03:00
src/main feat: Add config manager 2022-09-21 09:53:54 +03:00
.gitignore fix: remove gradle wrapper from .gitignore 2022-09-21 09:52:18 +03:00
build.gradle oops 2022-09-12 20:35:52 +03:00
gradle.properties oops 2022-09-12 20:35:52 +03:00
gradlew oops 2022-09-12 20:35:52 +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 oops 2022-09-12 20:35:52 +03:00
settings.gradle oops 2022-09-12 20:35:52 +03:00

Smooth chunks

This is a fork of flogic's mod (although code bases have nothing in common)

What is this?

This is a 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)

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

Currently supported animations:

  • Rise
  • Fall
  • Scale

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.