Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0f2c9b947b | |||
| 5a136233af |
@@ -6,6 +6,8 @@
|
|||||||
|
|
||||||
[](https://fabricmc.net)
|
[](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.
|
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.
|
||||||
|
|
||||||
@@ -13,7 +15,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 (with ease :trollface:)
|
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.
|
Generally, this is what you'd call an "eye-candy" mod.
|
||||||
|
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ org.gradle.jvmargs=-Xmx4G
|
|||||||
# Fabric Properties
|
# Fabric Properties
|
||||||
minecraft_version=1.18.2
|
minecraft_version=1.18.2
|
||||||
yarn_mappings=1.18.2+build.1
|
yarn_mappings=1.18.2+build.1
|
||||||
loader_version=0.13.3
|
loader_version=0.14.9
|
||||||
|
|
||||||
# Mod Properties
|
# Mod Properties
|
||||||
mod_version=0.2.0
|
mod_version=0.2.0
|
||||||
@@ -13,8 +13,5 @@ maven_group=me.topchetoeu
|
|||||||
archives_base_name=animated-chunks
|
archives_base_name=animated-chunks
|
||||||
|
|
||||||
# Dependencies
|
# Dependencies
|
||||||
fabric_version=0.47.8+1.18.2
|
fabric_version=0.58.0+1.18.2
|
||||||
|
|
||||||
autoconfig_version=3.3.1
|
|
||||||
cloth_version=3.2.24
|
|
||||||
modmenu_version=3.2.1
|
modmenu_version=3.2.1
|
||||||
|
|||||||
@@ -21,9 +21,13 @@
|
|||||||
"animated-chunks.mixins.json"
|
"animated-chunks.mixins.json"
|
||||||
],
|
],
|
||||||
"depends": {
|
"depends": {
|
||||||
"fabricloader": ">=0.9.3+build.207",
|
"fabricloader": "*",
|
||||||
"fabric": "*",
|
"fabric": "*",
|
||||||
"minecraft": ">=1.18.2",
|
"minecraft": "=1.18.2",
|
||||||
"modmenu": ">=3.2.1"
|
"modmenu": "3.*"
|
||||||
|
},
|
||||||
|
"breaks": {
|
||||||
|
"sodium": "*",
|
||||||
|
"iris": "*"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user