All versions
1.6.3
Release
Cyberpunk 2077 Guns 1.6.32 years ago 125
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Data Pack
Required content
Changes
Requires Vic's Point Blank 1.5.8 or later
- Added the SO-21 Saika long scope, originally modeled by specter (specterr1 on Discord, Thank you lots!)
- Fixed the holo sights of the Militech M-179e Achilles not glowing
- Fixed the holo sights disappearing on both variants of the M-179e Achilles when equipping either the Chimera Core or Chimera Sharpshooter mods
- Changed display data of the Chimera Core
- Changed the burst fire mode of the HJKE-11 Yukimura (and Skippy) to have a higher fire rate than automatic
- Tweaked the texture of both HJKE-11 Yukimura and Skippy
- Tweaked the animations of Skippy
[TECHNICAL]
- Forgot to mention this. But since 1.6 came out, the internal names of EVERY gun has changed in an attempt to get everything sorted in the creative inventory. If you have an older save with ANY cyberpunk 2077 guns pack guns PLEASE MAKE A BACKUP! If you try to load any save with the older guns, those guns will disappear!
- Changed how the Chimera mods are accepted into the Cyberpunk guns. If your own gun packs aren't accepting the Chimera mods for some reason, add "chimera" to the compatibleAttachmentGroups array in your pack. You can also make certain conditions using this attachment group if needed. (e.g. if your gun's iron sights disappear when installing the Chimera mods, you can add a PartVisibility feature that checks for the chimera attachment group and makes the iron sights visible)
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:26p4N0tN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nHm2V2Qm:26p4N0tN"
}


