Small changes
This commit is contained in:
parent
6e30715e60
commit
d49e797f0e
@ -2,12 +2,13 @@
|
|||||||
|
|
||||||
<img src="src/main/resources/assets/animated-chunks/icon.png" width="100">
|
<img src="src/main/resources/assets/animated-chunks/icon.png" width="100">
|
||||||
|
|
||||||
# Smooth Chunks
|
# Animated Chunks
|
||||||
|
|
||||||
[](https://fabricmc.net)
|
[](https://fabricmc.net)
|
||||||

|

|
||||||
|
|
||||||
[](https://modrinth.com/mod/animated-chunks)
|
[](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.
|
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?
|
## 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:)
|
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<br/>(with ease :trollface:)
|
||||||
|
|
||||||
Generally, this is what you'd call an "eye-candy" mod.
|
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
|
## 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
|
## License
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
"id": "animated-chunks",
|
"id": "animated-chunks",
|
||||||
"version": "0.3.0",
|
"version": "0.3.0",
|
||||||
"name": "Animated Chunks",
|
"name": "Animated Chunks",
|
||||||
"description": "animated chunk load animations.",
|
"description": "Animated chunk load animations.",
|
||||||
"authors": [ "TopchetoEU" ],
|
"authors": [ "TopchetoEU" ],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"icon": "assets/animated-chunks/icon.png",
|
"icon": "assets/animated-chunks/icon.png",
|
||||||
|
Loading…
Reference in New Issue
Block a user