All versions
INQ_4.3
Release
Spore inquisition 4.32 weeks ago 1,111
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Server-side
Client and server
Changes
spore 2.2.0j or 2.2.0i needed for this mod to work
- Tweaked the recipe of Cryo and Sub Zero Chestplates
- Cryo and Sub Zero Chestplates now only generate snow particles if Spore Mobs are too close
- Cryo and Sub Zero Chestplates now have the ability to work like a jetpack-- press shift while in the air to levitate upwards
- Cryo Chestplates can now kill Tendrils
- Sub Zero Chestplates can now kill Scents
- Zohalics and Incubators are now immune to the block infection
- Revamped the water infection
- Infected Drowned will turn into Infected Humans if they stay exposed to the air, and Infected Humans will turn into Infected Drowned if they stay in the water
- The music for the mod has been moved to a different resource pack
- Spore Mobs now won't get Symbiosis when the world reaches 80% corruption, they will instead get Resistance I
- Calamities now need 750 Kill Points to become Overcharged
- Overcharged Calamities can no longer have the Grinding and Corrosive Attributes, but they now have Speed II
- Lowered the strength of the Laceration Attribute for Calamities
- Scampers now try to ride Naiads
- Removed Vanguards from the list of mobs that Proto Hivemindss can spawn
- Proto Hiveminds can now spawn and spread Bloaters and Naiads
- Remade the mini Outpost Watcher structure
- Added the Desert Lab structure, thanks to ileven_game for creating it!
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:GJBRv9tX:ReUDG1fn"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GJBRv9tX:ReUDG1fn"
}

