
DiscAI Based Horror.jar
DiscAI is a horror mod that adds a new dimension of fear, unique abilities, and terrifying creatures. Transform your gameplay with a customizable totem, explore the Horror Dimension accessed through mysterious doors, and let your growing fear physically af
1.8
Compatibility
Changes
Changelog β DiscAI Mod (Forge 1.20.1) Version 1.7 β June 7, 2026 Mob Scare System All mobs of the mod (BlackWatcherEntity, SpiderEntity, BolotnoeMobEntity, PhantomFaceEntity, TricksterEntity, FakePlayerEntity, DVillagerEntity, GiantSquidEntity, HorrorEntity) now affect the player's fear level when within range.
Configurable weights for each type of mob in the discai-common.toml config (fear_from_mobs section):
Range of action (10 blocks by default)
The basic rate of fear recruitment (1.0 units per second by default)
The maximum contribution of one mob (30 by default)
Individual weight of each mob (from 0.5 to 2.0)
The fear is updated once per second, synchronized with the client through existing packages (FearSyncPacket).
Full compatibility with other mods: they can read/change fear through the Capability of FearCapability.
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:Ncqq4Q9M:838Gve7O"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Ncqq4Q9M:838Gve7O"
}
