2.2.0
Compatibility
Changes
Minor Update 2.2.0
New
- Mosin
- PU Scope
- WLVRN Battle Rifle
- WLVRN 308 Conversion Kit
Changed
Added putaway animations to all guns Reloads can now be cancelled Iterative reloads now apply ammo per iteration instead of all at once Non-iterative reloads now apply ammo at the end of the animation instead of the beginning Putaway animations now interrupt reload animations Mod .jar files that contain content packs are now directly loaded instead of copied to the pointblank folder Default projectile speeds increased Improved projectile collision Projectiles now interact with certain blocks by either ignoring or breaking them, with two seperate tags for each (see above) default tags: [passable: leaves, iron_bars] [breakable: glass, glass_panes]
Bugfixes
Various unlisted bugs Fixed a crash when picking up a weapon Fixed possible file duplication due to different content pack jar versions ("Mod .jar files that contain...")
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:RghT3FYJ:cDRwl41v"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:RghT3FYJ:cDRwl41v"
}

