Links
Tags
Creators
Details
Licensed LGPL-3.0-only
Published 4 years ago
Updated 3 years ago
All versions
6
Release
6_1.16.2-1.16.54 years ago 59
Compatibility
Minecraft: Java Edition
1.16.2–1.16.5
Platforms
Fabric
Quilt
Supported environments
Client-side
Required content
Changes
- 版本适配:1.16.2-1.18.2
- “被动生物”分类改名为“友好生物”并添加“骆驼”
- 添加配置项“背景颜色”“缩放”“底部边距”和“侧边边距”(见效果演示3)
- 修复自定义项删除后其设定的样式仍然保留的问题
- 修改模组标识符和配置文件名称为“subtitle_highlight”
- 修改“iKun彩蛋”的工具提示和本地化文本
- 修改部分文件名
- 修正错别字
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:BfdnU8IS:F5JF8n9Z"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:BfdnU8IS:F5JF8n9Z"
}


