All versions
1.2.0-forge-1.21.6
Release
Saturation Plus 1.2.0-Forge-1.21.67 months ago 83
Compatibility
Minecraft: Java Edition
1.21.6–1.21.10
Platform
Forge
Supported environments
Client and server
Changes
Patch Notes - Version 1.2 (For Minecraft NeoForge 1.21.6-1.21.10)
-
The Saturation status effect has been tweaked to account for mods that apply the effect for long periods of time.
- Rather than adding 1 saturation each tick, the rate of saturation decreases exponentially (decays) after a player reaches 20.
- For example, a player receives 0.125/tick at 21 saturation, 0.025/tick at 22 saturation, and so on.
- This rate of decrease can be tweaked through the saturationEffectDecayRate gamerule.
-
Added three customizable game rules:
- alwaysHungry: Determines whether players can eat any food regardless of hunger level in Survival or Adventure mode.
- maxExhaustion: Controls the max exhaustion level before hunger or saturation depletion. Set to 0 to disable exhaustion.
- saturationEffectDecayRate: Controls the decay rate of a player's saturation gain through status effects. Larger numbers means higher decay rate; set to 0 to keep saturation gain as constant.
- Traditional Minecraft settings: alwaysHungry = false, maxExhaustion = 4, saturationEffectDecayRate = 0.
- Note that disabling exhaustion means players will never lose hunger or saturation. To prevent infinitely increasing saturation, set a maxSaturation if exhaustion is disabled.
-
Additional optimizations!
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:AgApeolo:HX03LDEz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:AgApeolo:HX03LDEz"
}

