All versions
1.12
Release
Cyberpunk 2077 Guns 1.122 years ago 59
Compatibility
Minecraft: Java Edition
1.21
1.20.1
Platform
Data Pack
Required content
Changes
[Requires Vic's Point Blank 1.7.6 or later]
- Added Budget Arms Slaught-O-Matic (Super cheap, very low damage, automatic pistol)
- Added HA-4 Grit (Tech pistol made using the Slaught-O-Matic)
- Added Satori (A katana with huge damage)
- Added Byakko (A katana with a very high swing speed)
- Revamped the Unity (Complete remodel and refresh in how the gun sounds, is handled, and animated) -> This applies to the "Her Majesty" iconic variant as well -> Also added the other iconic variant "Cheetah"
- Revamped the Liberty (Complete remodel and refresh in how the gun sounds, is handled, and animated) -> Added the iconic variants "Plan B", "Kongou", "Pride", and "Seraph"
[TECHNICAL]
- Fixed some internal advancements not giving recipes for certain items
- Changed the behaviour of the Malorian Arms 3516's quick melee attack. It will now pull from the main magazine and only use 1 bullet. (So now you won't need 11 bullets to fully load the gun.) -> Because of the behaviour change, the quick melee attack has been nerfed to account for how fast it's possible to attack and to balance headshot damage.
[Known Issues]
- For a few frames after reloading, the slide on the revamped Unity and Liberty will stay back before returning to its loaded position (This seems to be an issue with Point Blank itself unfortunately so hopefully there will be a fix in the future.)
- If a gun's barrel disappears when equipping muzzle attachments, that gun's barrel will also disappear when equipping any Chimera mod (As far as I know, this applies to the AR-57 and the HJSH-18 Masamune)
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:HtC4OYUr"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nHm2V2Qm:HtC4OYUr"
}


