Tags
Creators
Details
V1.7-data
Compatibility
Required content
Changes
MG V1.7
Updated to Minecraft 1.21.7
- Datapack now works on the latest version of Minecraft
Updated Various Gun Models
- Several Guns have gotten updated models
- Remington 870
- Beretta 486
- Winchester Model 70
Heavily Changed the Thompson Machine Gun
- This gun now has a brand-new model
- In addition, the name has been fixed, and is now the Thompson Submachine Gun
- The new gun is based on the stick-mag version of the gun
- Due to the visual magazine change, the gun now has a much lower max ammo, but a quicker reload speed (max ammo -> 26; reload speed -> 40)
Tweaked the M1A
- The model of this gun has been tweaked
- Additionally, the gun's name has been changed to the Springfield M1A
- The gun's stats remain unchanged
Improved MP5 Model
- The model of this gun has been remade
- The gun's name has also been changed to the Heckler & Koch MP5
- Gun stats remain unchanged
Visual Fixes
- Fixed textureless line on GL06 model
- Fixed z-fighting on Assault Rifle and Pistol Magazines
Fixed Incorrect Stat Value in M202 Flash Description
- The reload speed was listed as higher than it actually was in the lore
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| Modern Guns - Resources V1.7.zip | Required resource pack | 1.32 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:WEQsMAw6"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ufgOyMFr:WEQsMAw6"
}


