All versions
4.2.1-alpha+fabric-1.21.11
Alpha
4.2.1-alpha for Fabric 1.21.116 months ago 4
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Fabric
Supported environments
Server-side
Singleplayer
Required content
Changes
English
- Major refactor of ConfigManager class to static utility methods supporting multiple mods
- Updated dependency versions for Minecraft 1.17.1, 1.18.2, 1.20.5, and 1.21.10
- Updated Gradle settings and stonecutter active version to 1.21.10-fabric
- Updated mod version to 4.2.1-alpha and description
- Modified build script to read changelog from file and updated fabric loader version
- Disabled Gradle parallel and caching for stability
- Updated icon asset
中文
- 对 ConfigManager 类进行重大重构,改为支持多模组的静态工具方法
- 更新了 Minecraft 1.17.1、1.18.2、1.20.5 和 1.21.10 的依赖版本
- 更新了 Gradle 设置和 stonecutter 活动版本到 1.21.10-fabric
- 更新了模组版本到 4.2.1-alpha 并修改了描述
- 修改了构建脚本以从文件读取更新日志并更新了 Fabric 加载器版本
- 禁用了 Gradle 并行和缓存以提高稳定性
- 更新了图标资源
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:wp5JcWwZ:lHsjZDBr"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:wp5JcWwZ:lHsjZDBr"
}

