Tags
Creators
Details
V1.9-data
Compatibility
Required content
Changes
MG V1.9
Added Beretta 686
- The 2nd Tier 1 Shotgun; The over-under variant of the double-barreled Beretta 486
- Has slightly higher damage and range at the cost of slower fire rate and reload speed
Added AA-12
- The 2nd Tier 3 Shotgun
- Has vastly higher ammo capacity and fire rate at the cost of range and damage
- Uses regular shotgun shells for ammunition; shells are loaded all in one reload, similar to the revolvers
Updated Barrett M82 Model
- The model for the Barrett M82 has been remade
- It now matches the visual style of the rest of the guns
Tweaked Beretta 486
- Reduced damage: 15 -> 14
- Buffed fire rate: 12 -> 10
Tweaked Spas-12
- Buffed reload speed: 15 -> 12
- Buffed range: 64 -> 66
Tweaked M202 Flash
- Gun now loads all rockets at once, instead of one at a time
- Increased reload speed: 50 -> 80
Resized Gun GUI Models
- The size and orientation of the guns in the inventory have been reduced to mostly fit within their own square
Updated Gun Zoom Models
- Switched zoom model system to use inheritance
- The zoom models now properly inherit the main model from the regular gun model
- This is mainly a structural change, but will result in slightly altered+improved zoom models for all guns
Resized Gun Ground Models
- The models for the guns when on the ground have been shrunken considerably
- This change most drastically affects the largest guns
Added Shelf Models
- All guns now display properly on the 1.21.9 shelf blocks
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| Modern Guns - Resources V1.9.zip | Required resource pack | 4.3 MiB |
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:ufgOyMFr:17v5tc3q"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ufgOyMFr:17v5tc3q"
}


