2b.0
Compatibility
Changes
Literally my best update yet, so good that I have to put version 2b.0 to signify that it is a straight overhaul to this gun addon! It is so good I have to label it as an Alpha release because labeling it as "Release" just isn't good enough for this.
-
Removed literally every gun and item from the pack as they were not actually from the game they claim to be from
-
Added the one true gun that Cyberpunk 2077 had; the toob! the toob is a gun so powerful, not even Adam Smasher could survive a single bullet from it, let alone 100 Adam Smashers. It should support any and all sight/scope attachments unlike the source material where it can only use a short sight.
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:oOjdQKy1"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:nHm2V2Qm:oOjdQKy1"
}

