
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
2.3
Compatibility
Changes
FakePlayerEntity is a hostile entity that appears behind you, accompanied by a "typing" message animation, camera shaking, and the blindness effect. If you spend a long time mining, it appears behind you; run out of the cave as fast as possible—otherwise, it will kill you. Do not look back. If you aren't afraid, you can turn around, but the consequences will be exactly as I described above. The pop-up window now runs via PowerShell.
On some systems, Windows Defender may flag the pop-up window that the mod sometimes triggers. Add this mod to your antivirus exclusions to ensure the window always appears.
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:2PcIFmOH"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Ncqq4Q9M:2PcIFmOH"
}
