1.5.5
Compatibility
Required content
Changes
-
Added attachments system (press Y to open menu with gun in hand)
-
Added a large number of attachments, including sights, scopes, silencers, grips, and underbarrel grenade launchers
-
Added sight-switching when having multiple scopes on a gun (press V to switch); also added canted sights
-
Added unique firemode features
-
Added new weapons with firemode features; and revamped Spas-12 to have a single-fire firemode
-
Bullets now travel through leaves and break glass
-
Added JEI (Just Enough Items) integration for weapon printer recipes
-
Fixed block outline bug with PIP scopes
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:og4KPYmA:wffnLidu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:og4KPYmA:wffnLidu"
}


