All versions
4.0.0.3
Release
Villager installation2 weeks ago 58
Compatibility
Minecraft: Java Edition
1.7.10
Platform
Forge
Supported environments
Client and server
Changes
HandmadeGuns Overdrive 4.0.0.3
Bundled Official Content
- Official HMG Overdrive content is now included directly inside the main mod JAR.
- Guns, magazines, attachments, textures, sounds, models, animations, and maintained configuration files no longer require a separate Additional Files download.
- Installing HMG Overdrive now only requires placing the mod JAR in the
modsfolder. handmadeguns_Packsremains fully supported for addons, custom content, overrides, and live reloading.- External packs load after bundled content and can override compatible built-in definitions.
Creative Ammo Improvements
- Guns taken from the creative inventory now begin with a full loaded magazine.
- Creative players no longer need to perform an initial reload before firing.
- Creative reloads no longer consume, return, or spawn magazine items.
- Firing still decreases loaded ammo normally, preserving standard reload behavior and animations.
- Survival ammo and magazine behavior remains unchanged.
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:tLB5NaAk:4ezSn8Ah"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:tLB5NaAk:4ezSn8Ah"
}

