Tags
Creators
Details
Licensed GPL-3.0-only
Published 5 months ago
Updated 6 days ago
All versions
1.3.1-hotfix2018168+forge1.20.1
Release
FIrst Aid New 1.3.1-hotfix20181682026+forge1.20.16 days ago 229
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
First Aid New 1.3.1-hotfix20181682026
Hotfix for the food-regen hunger leak on top of 1.3.1 (and the 26.1 1.2.8 line).
Applies to:
firstaid-1.3.1-hotfix20181682026+fabric1.21.1firstaid-1.3.1-hotfix20181682026+fabric26.2firstaid-1.3.1-hotfix20181682026+neoforge1.21.1firstaid-1.3.1-hotfix20181682026+neoforge26.2firstaid-1.3.1-hotfix20181682026+forge1.20.1firstaid-1.2.8-hotfix20181682026+fabric26.1firstaid-1.2.8-hotfix20181682026+neoforge26.1
Fixed
- Hunger and saturation no longer drain at the natural-regeneration rate when vanilla health is still below max but First Aid cannot apply more food regen.
- Typical case:
LIMITED/LIMITED2after every eligible body part has reachednaturalRegenLimitRatio(default 85%).FoodDataused to keep callingheal()and thenaddExhaustion()even thoughapplyNaturalRegenapplied 0. - The same leak is stopped when food regen is disabled by
allowOtherHealingItems=falseornaturalRegenMultiplier<=0. - Bandages, Regeneration potions, and other external heals still work past the food-regen cap. Vanilla health is not faked to full.
Notes
- Movement, combat, and starvation exhaustion are unchanged.
- Destroyed parts in
LIMITED2still cannot be restored by food regen.
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:yNbhkSj2:eBaMj8Iw"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:yNbhkSj2:eBaMj8Iw"
}

