Links
Tags
Creators
Details
Licensed GPL-3.0-or-later
Published 6 months ago
Updated 3 months ago
All versions
0.6.13b
Beta
COD Pattern 0.6.13b3 months ago 16.7K
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Unavailable version
Changes
v0.6.13b
- 优化团队竞技流程,增加准备阶段锁定、死亡黑屏与回合提示
- 增加模式选择界面与模式背景图,优化房间界面
- 优化TaCZAddon兼容与背包改枪流程
- 优化局内HUD、倒计时音效与原版HUD屏蔽
- 修复部分已知问题
v0.6.13b
- Optimized the team deathmatch workflow, added preparation phase locking, death blackout screen, and round notifications
- Added a mode selection interface and mode background images, improved the room interface
- Improved compatibility with TaCZAddon and the weapon modification workflow in the inventory
- Optimized in-game HUD, countdown sound effects, and suppression of the vanilla HUD
- Fixed some known issues
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:Pkr974dO:trdGzQbZ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Pkr974dO:trdGzQbZ"
}

