1.0.0
Compatibility
Changes
This module makes your GameUI startup animation bouncy and bouncy. The difference between this and the _"SmoothGUI" Mod _is that it does not make the global UI jump and change, and it supports 1.21.7. It is only used as an alternative module for version 1.21.7. (If the original author does not update to 1.21.7)
此模组使您的GameUI启动动画变得Q弹。这和“SmoothGUI”Mod不一样的地方是:它不是使全局的UI弹跳变换,而且支持1.21.7。仅作为1.21.7版本的替代模组。(如果原作者不更新到1.21.7的话)
此模组需要FabricAPI. This MOD needs FabricAPI.
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:Oaeidp0c:IeFtOoLq"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Oaeidp0c:IeFtOoLq"
}

