Links
Tags
Creators
Details
All versions
2.13.0
Release
Carpet Ice Addition v2.13.0 for mc26.25 days ago 9
Uploaded by
Compatibility
Minecraft: Java Edition
26.2
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
新增规则
- 信标忽略遮挡
beaconIgnoresObstruction - 信标合适工具补齐
beaconProperToolFix
调整
- 统一游戏内规则介绍格式,游戏内
.desc句末不再添加句号。 - 改进 GitHub Actions 自动发布流程,新增按平台手动补发与故障恢复能力,并增强 Modrinth 发布的幂等检查、metadata 延迟重试、失败隔离和最终一致性验证,提高多版本发布的稳定性与可恢复性。
- 固定
common模块构建产物名称为common.jar/common-sources.jar,避免版本号更新后 IDE 缓存旧文件名导致依赖解析异常。
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:3ZWOd2ma:uqNwGmB4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:3ZWOd2ma:uqNwGmB4"
}

