All versions
0.3.0
Release
A Little Darkness 0.3.05 months ago 16
Compatibility
Minecraft: Java Edition
1.21.8
Platform
NeoForge
Supported environments
Client and server
Changes
Fear system added.
1. Increasing of fear because of dark, damage, thirst, food poisoning, infestation, starving, lack of oxygen; passive debuffs in Nether, End and Cursed Lands etc.
2. Decreasing of fear because of light, pets, sleeping and some food.
3. Potions of Bravery and Calmless which have an impact on increasing and decreasing of fear.
3.1. Potions have side effects.
3.2. Potions cannot be used until player already has this effects, but can be used together.
4. High fear levels cause various visual and sound effects.
5. Low fear level gives a small buff.
Mob Smoldering added.
1. The mob is relatively slow and weak.
2. Immune to fire and does not burn in sunlight.
3. Takes damage from water and rain.
4. Has a second stage.
4.1. This stage begins when the mob's health drops below 30%.
4.2. The mob accelerates sharply, begins making a hissing sound, and creates particles around itself.
4.3. After a few seconds, the mob explodes.
4.3.1. Blocks are not destroyed.
4.3.2. Fire is created within the explosion radius.
4.3.3. The radius and strength of the explosion depend on the mob's level.
5. In the second stage, the mob leaves a trail of fire behind itself.
6. Upon death, a Coal, a Bone, a Particle of Darkness, a Big Additional Heart or a Smoldering Coal may drop.
7. When attacking, decreases the player's thirst and may inflict the thirst effect.
8. Smoldering coal can be used as a more powerful version of coal in furnace and an Alloy Smelter and as ingredient of potion.
Other changes:
- Food Poisoning and Infestation rebalanced.
- A message about dying from thirst added.
- Milk can no longer be used while under the active effect of infestation or food poisoning (previously it was simply thrown out of inventory).
- Drops from Cursed Tree Leaves fixed.
- Fixed a bug when the Silver Sword and Vampire Blade did not lose durability after attacks.
- The infinite rain from the Cursed Lands was removed.
- Swimming speed in the Cursed Lands was changed.
- Drops of Jumping Zombie, Ghost and Vampire were reworked.
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:WBxzGpt5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:VxHTMT7Y:WBxzGpt5"
}

