Tags
Creators
Details
Licensed CC-BY-NC-ND-4.0
Published 2 years ago
All versions
V1.9.1-data
Release
V1.9.1 Datapack3 months ago 2,340
Compatibility
Minecraft: Java Edition
1.21.11
Platform
Data Pack
Required content
Changes
MG V1.9.1
Added Accuracy, Headshot, and Armor Penetration Label Stats
- The newest gun stats from GBG V1.28 are now present on all Modern Guns
Tweaked M72 Law Recipe
- Added an extra iron nugget as to prevent the recipe from conflicting with the GBG Flamethrower recipe
Adjusted Gun Stats
- Due to the addition of two new, core stats, several of the guns' existing stats have been tweaked.
- AA-12: headshot damage -> 19, range -> 56, accuracy -> 40
- AK47: headshot damage -> 6, range -> 40, accuracy -> 50
- Barret M82: headshot damage -> 46, range -> 216, accuracy -> 100
- Beretta 486: headshot damage -> 16, range -> 26, accuracy -> 30
- Beretta 686: headshot damage -> 18, range -> 40, accuracy -> 35
- Colt Python: headshot damage -> 25, range -> 76, accuracy -> 85
- Desert Eagle: headshot damage -> 26, range -> 118, accuracy -> 95
- FN Scar: headshot damage -> 10, range -> 88, accuracy -> 85
- GL06: accuracy -> 75
- Glock 17: headshot damage -> 16, range -> 80, accuracy -> 85
- Heckler & Koch MP5: headshot damage -> 6, range -> 56, accuracy -> 55
- Luger P08: headshot damage -> 10, range -> 52, accuracy -> 55
- M4A1: headshot damage -> 8, range -> 60, accuracy -> 65
- M72 Law: range -> 130, accuracy -> 70
- M79: range -> 98, accuracy -> 50
- M202 Flash: accuracy -> 100
- M1911: headshot damage -> 14, range -> 62, accuracy -> 65
- Milkor MGL: accuracy -> 90
- P90: headshot damage -> 8, range -> 80, accuracy -> 85
- Remington 870: headshot damage -> 26, range -> 44, accuracy -> 35
- RPG-7: accuracy -> 85
- SIG P320: headshot damage -> 13, range -> 66, accuracy -> 70
- Smith & Wesson Model 29: headshot damage -> 20, range -> 28, accuracy -> 35
- Spas 12: headshot damage -> 32, range -> 68, accuracy -> 65
- Springfield M1A: headshot damage -> 35, range -> 154, accuracy -> 90
- Thompson Submachine Gun: headshot damage -> 4, range -> 36, accuracy -> 40
- Winchester Model 70: headshot damage -> 24, accuracy -> 85
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| Modern Guns - Resources V1.9.1.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:3W93Hhj5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ufgOyMFr:3W93Hhj5"
}


