All versions
1.7.5
Release
Cyberpunk 2077 Guns 1.7.52 years ago 260
Compatibility
Minecraft: Java Edition
1.21
1.20.1
Platform
Data Pack
Required content
Changes
[Requires Vic's Point Blank 1.5.10 or later]
- Updated to support VPB 1.21 (Both Forge & Fabric versions)
- Added camera animations for the remaining guns that did not have them prior
- Reworked animations for the Militech M251s Ajax, Ajax BARGHEST, Militech M-179e Achilles, Achilles xMOD-2, & Tsunami Nekomata
- Reworked sounds for the Militech M251s Ajax, Ajax BARGHEST, and Midnight Arms Erebus
- Added a rail to the Unity, Liberty, & Her Majesty when attaching sights to them
- Changed the display data of the Tsunami Nekomata
- Changed the model of the Militech M251s Ajax & Ajax BARGHEST
- Changed firing sfx for the Militech M-179e Achilles, Midnight Arms Erebus, Militech M251s Ajax, & Ajax BARGHEST
- Multiple changes to recoil patterns for most guns
- Rebalanced Liberty and Unity. The Liberty will now do less damage than the Unity but fires faster than the Unity.
- Lowered the fire rate of the Tsunami Nekomata
- Lowered the magazine capacity of the Militech M251s Ajax to 20
- Significantly increased reload speed of the Militech M-179e Achilles and Achilles xMOD-2
- Changed the textures for the HPO Kanone MAX Mk.77 and its Tan variant
- Refined the texture for the Militech M-179e Achilles
[TECHNICAL]
- Added "cp2077_short_scope" and "cp2077_long_scope" attachment groups
- Added the "cp2077_short_scope" attachment group to the Unity, Liberty and Her Majesty
- Added the "cp2077_long_scope" attachment group to the M-179e Achilles and Achilles xMOD-2
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:nHm2V2Qm:VRWAgZZv"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nHm2V2Qm:VRWAgZZv"
}


