Tags
Creators
Details
Licensed LGPL-3.0-or-later
Published 2 years ago
Updated 4 days ago
All versions
0.3.1-alpha07+fabric
Alpha
0.3.1-alpha075 months ago 468
Uploaded by
Compatibility
Minecraft: Java Edition
26.1–26.1.1
1.21.10–1.21.11
Platform
Fabric
Supported environments
Client-side
Required content
Changes
- 添加了 26.1.1 支持
- 重构了打包逻辑,Fabric 加载器现在所有游戏版本只需要一个 JAR
- 添加了预置预设的顶栏自定义功能
- 修复了 1.21.10 没有指针图标的问题
- Added support for 26.1.1
- Refactored packing logic, now Fabric Loader only needs one JAR for all game versions
- Added top bar customize functionality for builtin presets
- Added missing cursor icons for 1.21.10
Optional dependencies
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:U7KwGAnT:cAa6hgni"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:U7KwGAnT:cAa6hgni"
}



