Tags
Creators
Details
V1.7.1-data
Compatibility
Required content
Changes
MG V1.7.1
Updated to Minecraft 1.21.8
- Datapack now works on the latest version of Minecraft
Added distant sounds to all guns
- All guns now have unique distant firing sounds
- The far-away distant sounds are reused from GBG
Added Gun Category and Tier to Description
- The gun tier and category present when the gun is crafted now persist through reloading/shooting
Unified Ammunition
- Ammunition has been made more generic, no more "Modern Guns" text in the description
- Ammo will keep distinct model, but the recipe will be reused in GBG
- GBG and MG ammunition will be interchangeable going forward, the only difference is appearance
Added First-Player Dialog
- A simple popup will appear when players first join the world with the datapack installed
- The popup serves to check if the player has the resource pack applied properly or not
- If the user is playing with another GBG pack with a popup, this popup may not appear, or may take priority
Removed Interaction Range Modifiers
- The item modifiers stopping entity and block interaction while holding guns has been removed
Updated License
- Added Curseforge to the list of official downloads
Organized Sounds
- Removed unused sounds, renamed sound files for consistency, and organized the
sounds.jsonfile
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| Modern Guns - Resources V1.7.1.zip | Required resource pack | 3.8 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:STs7ldJ8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ufgOyMFr:STs7ldJ8"
}


