Tags
Creators
Details
2.9.1
Compatibility
Changes
Added: -> AK74M -> AMD-65 -> M1A1
Improved: -> Bullet trail rendering is now rendered as a moving line instead of static -> CZ penetration from 10 to 0 -> Reduced volume of MK3A2 explosion -> Increased M18, M116A1, Mk3A2 throwing power -> Dcreased M67 Impact throwing power -> Increased M67, M116A1, MK3A2 effect radius -> Increased M116A1, MK3A2 effect duration -> Changed gun stat range to actual block distance calculation from 10*sqrt(range_stat) to 10*sqrt(3 * range_stat)
Fixed: -> Friendly fire damage reduction no longer applies on self damage -> Fully equipped armour stands should be explosion immune -> Grenades and Flashbangs has weird damage/effect calculation/detection
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:VXgaJQ9n:icwqqFTO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:VXgaJQ9n:icwqqFTO"
}

