Links
Tags
Creators
Details
Licensed MIT
Published 5 days ago
Updated 2 months ago
All versions
2.0.0-fabric
Release
v2 Fabric 1.21.82 months ago 8
Compatibility
Minecraft: Java Edition
1.21.8
Platform
Fabric
Supported environments
Client-side
Required content
Changes
首个正式 Fabric 版本,来源于已由玩家完成 Minecraft 1.21.8 与 simMC 实机验证的 RC1:
- 原生客户端卷轴材料计算界面。
- 支持材料排除、多候选配方、批量总材料和衰减轮换建议。
- 默认
O键可在原生控制页面改绑,提供/aoshuscroll备用命令。 - 仅客户端运行,无外部联网、遥测、Mixin 或服务端入口。
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:rPgdTPIq:bWp6JCCR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:rPgdTPIq:bWp6JCCR"
}

