All versions
0.3.2
Release
A Little Darkness 0.3.25 months ago 12
Compatibility
Minecraft: Java Edition
1.21.8
Platform
NeoForge
Supported environments
Client and server
Changes
Added effects for near-death and death from fear, infestation and food poisoning:
1. The player no longer dies immediately upon reaching level 5 of food poisoning or infection, or if fear exceeds 1000. Player now have 5 seconds to urgently reduce the level. Most effects occur during these 5 seconds.
2. Fear:
2.1. The heartbeat accelerates even more.
2.2. A ripple appears on the screen.
2.3. Death is accompanied by a sound.
2.4. After reaching a fear level of 1000 the player's speed begins to rapidly decrease.
3. Infestation:
3.1. Vignettes for infestation levels 3, 4 and 5 added.
3.2. At the end of infestation level 4, heartbeat sounds begin and gradually fade out.
3.3. A zombie with the deceased player's name appears at the death place.
4. Food Poisoning:
4.1. A vignette for levels 4 and 5 of food poisoning added.
4.2. Upon reaching level 5, multiple negative debuffs are applied.
Settings menu for fear, infection, and food poisoning effects (default key I), where you can enable or disable individual visual and sound effects as needed added.
Other Changes:
- Unnecessary mod commands removed.
- Texture of Infestation Effect Changed.
- A bug with knockback when dealing damage while food poisoned, as well as when dying from infestation, food poisoning and fear fixed.
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:VxHTMT7Y:7hVU59sV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:VxHTMT7Y:7hVU59sV"
}

