Links
Tags
Creators
Details
Licensed MIT
Published last month
Updated 2 months ago
All versions
6.0.0-fabric
Release
v6 Fabric 1.21.82 months ago 23
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.8
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Changes
首个正式 Fabric 版本,来源于已完成 simMC 实机验证的 RC7。
- 原生读取客户端可见 tooltip,无需截图或 OCR。
- 支持
%数值属性、未知非伤害词条和逐字段复核。 - 支持剑/弓动态评分、输出波动提示和稳定配装方案。
- 支持跨容器配装指引、来源移动确认和跨子服图标恢复。
- 仅客户端运行,无外部联网、遥测或服务端入口。
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:wY9WN6sN:Aic58agt"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:wY9WN6sN:Aic58agt"
}

