Links
Tags
Creators
Details
Licensed GPL-3.0-or-later
Published 10 months ago
Updated 5 days ago
All versions
2.3.0-1.20.1
Release
[TACZ] No Mindless Shooting 2.3.0-1.20.15 days ago 368
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Server-side
Singleplayer
Changes
2.3.0 Update
Note: If you are upgrading from an older version, you should probably check the new options out.
This update brings:
- Change how shots count: guns no longer just add a constant 1 point to the threshold, shots can now add different noise points based on the applied silencer modifier and the specified noise points for the GunId or AmmoId
- Better Silencers: silencers are no longer a toggle, you can now configure modifiers per AttachmentId or globally to reduce from the noise points
- Fix gunshots not counting with latest hordes version (1.6.3g). Fixes issue #2
- Minimal performance optimizations regarding object allocations
Introducing new configuration options:
- gunPoints: define how many noise points count towards the threshold per
GunIdorAmmoId(e.g."tacz:50bmg=2.0") - silencerModifier: Points Modifier for silenced shots (0% = no reduction, 100% = fully silenced)
- silencerModifiers: define per AttachmentId silencer modifiers
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:gEq2MvUA:zMs3HmuR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:gEq2MvUA:zMs3HmuR"
}![[TACZ] No Mindless Shooting](https://cdn.modrinth.com/data/gEq2MvUA/d72358f9aeec084363d857eddfdfa27f825b2017_96.webp)

