mc1.20.1-1.2.0r
Compatibility
Required content
Changes
AFTER 7.5 LONG HOURS OF DEVELOPMENT, I finally am giving you all configs. The most requested feature, for this mod.
(Here's the mini trailer: https://www.youtube.com/watch?v=4NiWbtyNYPE)
Patches, Changes and Additions:
- Added a "Common" Config with the name: "InsurgentsServerConfig.toml"
- Added the ability to customize the Health of all entities
- Added the ability to customize the Follow Range of all entities
- Added the ability to customize the Movement Speed of all entities
- Added the ability to change the Horizontal and Vertical Inaccuracy of all Weapons that the Insurgents use
- Added the ability to change the base damage of all Weapons that the Insurgents use
Developer Notes:
- This update has taken way to long to come out. The reason why is because I had to make a weird system to get configs to load on entities as you can't just directly give them a value, due to configs being loaded after entities in forge. So, when an entity is spawned in, they will then take the stats given from the config so if you see a mob that hasn't had any of its stats changed, it's because they need to be killed and respawned. I spent ALL DAY working on this and learning how configs work inside of Forge, so please use this for your modpack and have a blast! <3 - Nolan (S0lfur)
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:lv2SQ2fz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4bgfIYJv:lv2SQ2fz"
}

