All versions
INQ_2.8.0
Release
Spore inquisition 2.8.06 months ago 993
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Server-side
Client and server
Changes
You need spore 2.1.9B if you want this mod to work correctly!
- crying obsidian, beacons and enchanting tables are now inmune to the block infection
- hohlfressers no longer spawn naturally, this can be turned on or off in the spore config
- incresed the time in wich protos create and spread hypers/evolveds
- age 2 mounds now generate an inf human with 6 evol points instead of 7
- reduced the amount of max scents that can spawn
- improved a lot the game peformance after tweaking a bit the "bile conversion" file
- reworked how the fixer works
- the only effect that Verwahrung now give is regeneration
- every hour a chat message will tell you how far or close you are to the eclipse
- inf humans can't turn into brutes, now they will turn into leapers
- villagers can turn into brutes
- other misc performance and config changes
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:JnifjWC1"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GJBRv9tX:JnifjWC1"
}

