Tags
Creators
Details
Licensed GPL-2.0-only
Published 11 months ago
Updated last month
All versions
1.7.3
Release
Just Enough Guns New(unofficial port) 1.7.32 months ago 1,410
Compatibility
Minecraft: Java Edition
1.21.1–1.21.4
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
Just Enough Guns New 1.7.3 - 2026-07-03
Changed
- Scaled elite gunner chance by in-game day so advanced gunner pressure ramps later instead of appearing at a flat rate.
- Tuned skeleton sniper gunners for the updated encounter balance.
Added
- Added the Magazine Loader block for filling compatible magazines from loose ammo.
- Added a gun headshot damage multiplier path for gun damage resolution.
Fixed
- Fixed gunner spawn egg item colors on the 1.21.1 maintained branches.
- Fixed third-person muzzle flash anchoring on the 26.2 maintained branches.
- Fixed animated gun draw lock handling so held actions release consistently after authored draw timing.
Verification
- Passed
./gradlew buildin Fabric 1.21.1, Fabric 26.2, NeoForge 1.21.1, and NeoForge 26.2.
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:dxTydNDF:c38gmHSt"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:dxTydNDF:c38gmHSt"
}


