From 4c41ece8158c7c5c18a121f34302c59b4a34edec Mon Sep 17 00:00:00 2001 From: TopchetoEU <36534413+TopchetoEU@users.noreply.github.com> Date: Thu, 5 May 2022 13:34:19 +0300 Subject: [PATCH] Update readme.md --- readme.md | 37 +++++++++++++------------------------ 1 file changed, 13 insertions(+), 24 deletions(-) diff --git a/readme.md b/readme.md index 4949573..875d223 100644 --- a/readme.md +++ b/readme.md @@ -1,33 +1,22 @@ -
+# Smooth chunks -
-
-
Chunk loading in Minecraft can be very jagged when they appear out of nowhere. With this mod, you can configure a nice animation for how chunks load in to your world.
+## What is this? -## Animations +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. -### Upward -![Gif of upward loading](media/showcase-gifs/upward.gif) +Generally, this is what you'd call a "eye-candy" mod. -### Downward -![Gif of upward loading](media/showcase-gifs/downward.gif) +## Currently supported animations: -### Inward -![Gif of upward loading](media/showcase-gifs/inward.gif) +- Fade (like in bedrock) (planned) +- Rise (planned) +- Fall (planned) +- Scale (planned) +- Random (columns of blocks will randomly appear) (planned) -### Scale -![Gif of upward loading](media/showcase-gifs/scale.gif) +## Future plans: -## Incompatibilities +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. -Unfortunately the mod is incompatible with Sodium and OptiFine/OptiFabric at this time. I'd like to add support for them eventually though. I also assume that the mod is incompatible with many other rendering focused mods such as Canvas, though I haven't tested it.