All versions
mc1.20.1-1.1.1r
Release
Insurgents 1.1.1 (Release)9 months ago 57
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Changes
A Pretty Simple Balacing Patch based off Feedback <3
Patches, Changes and Additions:
- MG Insurgents have a spawn weight of 0.75 (decreased from 1)
- MG Insurgents have a Base Damage of 1.5 (decreased from 2)
- MG Insurgents now have an Horizontal Inaccuracy of 0.06 (increased from 0.03)
- MG Insurgents now have a Vertical Inaccuracy of 0.1 (increased from 0.05)
- Sniper Insurgents now have a Vertical Inaccuracy of 0.005 (increased from 0)
- The "Close Gunfire" sounds for MG Insurgents now play at a range of 32 blocks or less instead of 64
- The "Close Gunfire" sounds for Sniper Insurgents now play at a range of 48 blocks or less instead of 64
Developer Notes:
- Thank you for feedback on the Curseforge page and in the comments of the trailer! I love hearing feedback from people and changing the balancing of the mod to make sure it fits the needs of those who use it. I want to be able to make configs but I know it will be a lengthy process of changing a lot of variables so it will be a while before I even tap into that. Thank you for playing my mod <3 - S0lfur (Nolan)
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:4bgfIYJv:evyIn5W4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4bgfIYJv:evyIn5W4"
}


