55 lines
4.9 KiB
Markdown
55 lines
4.9 KiB
Markdown
<div align="center">
|
|
|
|
<img src="src/main/resources/assets/smooth-chunks/icon.png" width="100">
|
|
|
|
# Smooth Chunks
|
|
|
|
[](https://fabricmc.net)
|
|

|
|
[](https://modrinth.com/mod/animated-chunks)
|
|
[](https://curseforge.com/minecraft/mc-mods/animated-chunks)
|
|
|
|
An enhanecd fork of [cadenkriese's mod](https://github.com/cadenkriese/smooth-chunks) for the latest versions of the game, with a completely different code base.
|
|
|
|
</div>
|
|
|
|
## 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 <br/> (with ease :trollface:)
|
|
|
|
Generally, this is what you'd call an "eye-candy" mod.
|
|
|
|
### Currently supported animations:
|
|
|
|
- Rise
|
|
|
|
<img src="gifs/rise.gif" width="300">
|
|
|
|
- Fall
|
|
|
|
<img src="gifs/fall.gif" width="300">
|
|
|
|
- Scale
|
|
|
|
<img src="gifs/scale.gif" width="300">
|
|
|
|
- Fly in
|
|
|
|
<img src="gifs/fly-in.gif" width="300">
|
|
|
|
### 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](LICENSE).
|
|
|