All versions
0.5.1
Release
A Little Darkness 0.5.16 days ago 6
Compatibility
Minecraft: Java Edition
26.1.2
Platform
NeoForge
Supported environments
Client and server
Changes
The Food Poisoning mechanic modified.
1. The chance of the effect level increasing raised from 50% to 55%.
2. The duration of all levels, except the first, increased by 30 seconds.
3. Different food types have different chances of causing Food Poisoning.
3.1. Raw meat (except beef) has a 50% chance.
3.2. Raw fish (except salmon and pufferfish) has a 50% chance.
3.3. Raw beef, raw salmon, and chorus fruit have a 20% chance.
3.4. Spider eye, rotten flesh, poisonous potato and pufferfish have an 80% chance.
3.5. All other food has a 1% chance.
4. Food Poisoning is no longer applied immediately.
4.1. Consuming low-quality food starts a hidden timer.
4.1.1. The maximum timer duration is 10 minutes.
4.1.2. Food Poisoning will be applied at some point while the timer is active.
4.1.3. Food Poisoning can be applied only once during the timer's duration.
Other Changes:
- Steel ingot recipe in JEI fixed.
- The display of recipes in JEI fixed.
- Achievement "First step into the darkness" 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:2Z8EvpTM"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:VxHTMT7Y:2Z8EvpTM"
}

