2.2.1
Compatibility
Changes
Turret adapted for the HeadTrack—turret assembled from two turret bases in CBC-CompactMount Fixed the issue where the barrel direction didn't match the center of the view when aiming down sights (how it works now: when you aim down sights, the barrel moves toward the center of the view, and a green outline shows the actual aiming direction of the turret)
为头瞄适配了—CBC-CompactMount-中的两个炮台底座组装的炮台。 修复了头瞄启用时炮管实际方向与镜头中心不重合问题。(解决逻辑:开启头瞄时,炮口方向会向镜头中心靠拢,同时添加了绿色框线标识炮台实际瞄准方向)
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:hw2GUVrm:7Ky18bW0"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:hw2GUVrm:7Ky18bW0"
}

