Tags
Creators
Details
Licensed ARR
Published last year
Updated 4 days ago
All versions
2.0.2.2
Release
2.0.2.24 days ago 101
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Changes
2.0.2.2
- Enhanced health regenerated tooltip
2.0.2.1
- Added config option to force the overtime regen overlay to always render on the first row of hearts, capping at 20 health. Useful for mods that change heart rendering
- Fixed regen overlay rendering with F1 hidden GUI
2.0.2.0
- Added config option to always show how much health will food regen instead of locking it behind advanced tooltips
- Improved the overtime regen overlay texture. Thanks to @skippyzii
- Fixed overtime regen overlay misplaced with ISO's Regenerating Absorption
2.0.1.0
- Changed the Overtime regen overlay to golden outline on the hearts
2.0.0.4
- Fixed armor bar rendering with hidden GUI
- Fixed regen bar too much to the left if player's health was above 20
2.0.0.3
- Fixed regen bar ignoring max health
- Fixed regen bar being smaller than health bar if exceeding missing health
2.0.0.2
- Fixed armor bar not rendering properly
2.0.0.1
- Fixed some config options descriptions
2.0.0.0-beta
Ported to 1.21.1
- Formulas for over time strength has been adjusted due to saturation_modifier no longer existing
- Overall speed with overtime regen reduced
- Cakes now heal 50% missing health instead of 30% and minimum 2 instead of 1, but over time and no longer instantly
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:Nt0WCMgL:hCC0NV7l"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Nt0WCMgL:hCC0NV7l"
}

