Fabric mod for adding smooth chunk loading animations.
Go to file
2022-05-05 13:34:19 +03:00
.github Turn off codeql chron 2021-10-01 19:50:38 -07:00
gradle/wrapper Update Gradle and add GitHub files 2020-10-15 23:58:58 -06:00
media Add media files & update readme 2020-11-03 17:46:20 -07:00
src/main Create zh_cn.json 2020-11-05 11:33:08 +08:00
.gitignore Many tweaks and improvements, working towards first release 2020-09-29 01:48:08 -06:00
build.gradle Update to 1.16.4 and optimize distance check 2020-11-03 01:35:14 -07:00
contributing.md Update action names 2020-10-24 18:15:07 -06:00
gradle.properties Update to 1.16.4 and optimize distance check 2020-11-03 01:35:14 -07:00
gradlew Update Gradle and add GitHub files 2020-10-15 23:58:58 -06:00
gradlew.bat Update Gradle and add GitHub files 2020-10-15 23:58:58 -06:00
LICENSE Update Gradle and add GitHub files 2020-10-15 23:58:58 -06:00
lombok.config Fix inward & downward animation types and Gradle stuff 2020-10-24 21:59:07 -06:00
readme.md Update readme.md 2022-05-05 13:34:19 +03:00
settings.gradle Initial Commit 2020-09-28 22:41:17 -06:00

Smooth chunks

NOTE: This is a fork of cadenkriese's mod

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, but this mod will be made so you can configure your own custom animations.

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

Currently supported animations:

  • Fade (like in bedrock) (planned)
  • Rise (planned)
  • Fall (planned)
  • Scale (planned)
  • Random (columns of blocks will randomly appear) (planned)

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, liquids, crops growing, etc.