All versions
mc1.20.1-0.8.0b
Beta
Insurgents 0.8.0 (Beta)2 years ago 3,014
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Changes
— THE STRUCTURE UPDATE!!! —
Patches, Changes and Additions:
- Added 4 Structures that can naturally spawn all over your world. They have loot to find and Insurgents to fight! (These can spawn in Forests and Deserts) (There are more to come in the future, including some bases for Security.)
- Added Security Back with Insurgent’s Animations
- Added Radio (Can call backup from recruited Security) (Can be crafted) (Has 3 Uses)
- Added a GameRule to customize the explosion power of Suicide Insurgents
- Security can now be recruited (Costs Emeralds)
- Decreased the max spawn grouping of Insurgents (4 down to 2) due to the addition of structures.
- Made some adjustments to sounds
- Updated some drops for Insurgents
- Insurgents and Suicide Insurgents can both no longer spawn (or be alive) if the difficulty is on peaceful.
- Updated Vest Texture for Suicide Insurgents to be slightly more fitting
Bug Fixes:
- Fixed the hitbox for Suicide Insurgents being offset (I don’t even know how I managed to have this simple issue from alpha, be back in the mod.)
Developer Notes:
- Sorry the update doesn’t feel very big. I wanted to add more structures but managing my time with it has been an issue. More WILL come in the future. The Structure Update may be close toward the end of the mod’s life cycle, however this does not mean I am going to stop developing it just yet. I have a couple of more ideas up my sleeve regarding things I want to do with this mod! (There may or may not be a modpack coming soon for the definitive experience with Insurgents).
Have Fun :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:MYoDw8QS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4bgfIYJv:MYoDw8QS"
}


