All versions
1.17.1-pbj
Beta
Cyberpunk 2077 Guns for Pointblank: Jelly 1.17.16 months ago 896
Compatibility
Minecraft: Java Edition
1.21–1.21.1
1.20.1
Platforms
Fabric
NeoForge
Supported environments
Client and server
Required content
Changes
[Cyberpunk 2077 Guns Pack Update 1.17.1]
[Requires Vic's Point Blank 1.9.6/Pointblank: Jelly 2.1.0 or later]
- Slight tweaks to the Malorian Arms 3516's inspect animation so it flows a bit better
[Technical]
- Changed the name of the .jar release to not include version numbers (this is a test to see if Pointblank: Jelly will overwrite content packs if they have the same name. I will be releasing future .jar versions with the exact same name to properly test this theory.)
[Known Issues]
- 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)
- The SO-21 Saika sight (and possibly other sights that use 2D planes) might appear flickery. I have no idea what causes this yet
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:WLakN9lO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nHm2V2Qm:WLakN9lO"
}


