animated-chunks/readme.md

23 lines
825 B
Markdown
Raw Normal View History

2022-05-05 10:34:19 +00:00
# Smooth chunks
2022-05-05 10:34:19 +00:00
NOTE: This is a fork of [cadenkriese](https://github.com/cadenkriese/smooth-chunks)'s mod
2022-05-05 10:34:19 +00:00
## What is this?
2020-11-04 00:46:20 +00:00
2022-05-05 10:34:19 +00:00
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.
2020-11-04 00:46:20 +00:00
2022-05-05 10:34:19 +00:00
Generally, this is what you'd call a "eye-candy" mod.
2020-11-04 00:46:20 +00:00
2022-05-05 10:34:19 +00:00
## Currently supported animations:
2020-11-04 00:46:20 +00:00
2022-05-05 10:34:19 +00:00
- Fade (like in bedrock) (planned)
- Rise (planned)
- Fall (planned)
- Scale (planned)
- Random (columns of blocks will randomly appear) (planned)
2020-11-04 00:46:20 +00:00
2022-05-05 10:34:19 +00:00
## Future plans:
2020-11-04 00:46:20 +00:00
2022-05-05 10:34:19 +00:00
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.
2020-11-04 00:46:20 +00:00