From d49e797f0eab0b7f8b5343f9e01f832b1403df31 Mon Sep 17 00:00:00 2001
From: RaptaG <77157639+RaptaG@users.noreply.github.com>
Date: Thu, 22 Sep 2022 13:58:09 +0300
Subject: [PATCH] Small changes
---
README.md | 9 +++++----
src/main/resources/fabric.mod.json | 2 +-
2 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md
index a664718..46a6879 100644
--- a/README.md
+++ b/README.md
@@ -2,12 +2,13 @@
-# Smooth Chunks
+# Animated Chunks
[](https://fabricmc.net)

+
[](https://modrinth.com/mod/animated-chunks)
-[](https://curseforge.com/minecraft/mc-mods/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.
@@ -15,7 +16,7 @@ An enhanecd fork of [cadenkriese's mod](https://github.com/cadenkriese/smooth-ch
## 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:)
+Animated 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.
@@ -46,7 +47,7 @@ Generally, this is what you'd call an "eye-candy" mod.
## 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.
+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. and support Sodium.
## License
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json
index 587d73d..ff4c701 100644
--- a/src/main/resources/fabric.mod.json
+++ b/src/main/resources/fabric.mod.json
@@ -3,7 +3,7 @@
"id": "animated-chunks",
"version": "0.3.0",
"name": "Animated Chunks",
- "description": "animated chunk load animations.",
+ "description": "Animated chunk load animations.",
"authors": [ "TopchetoEU" ],
"license": "MIT",
"icon": "assets/animated-chunks/icon.png",
--
2.49.1