Fabric mod for adding smooth chunk loading animations.
|
||
---|---|---|
gifs | ||
gradle/wrapper | ||
src/main | ||
.gitignore | ||
build.gradle | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
LICENSE | ||
README.md | ||
settings.gradle |
![](/topchetoeu/animated-chunks/media/commit/33419b9ebc4c89925db9b803620b30d6dcdec729/src/main/resources/assets/smooth-chunks/icon.png)
Smooth Chunks
An enhanecd fork of cadenkriese's mod for the latest versions of the game, with a completely different code base.
What is this?
Smooth 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:
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.