All versions
0.9.6+26.1.2
Beta
NeoForge 0.9.6+26.1.23 weeks ago 24
Compatibility
Minecraft: Java Edition
26.1.2
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Changes
0.9.6
- Sprite revamp!
-
- Default backgrounds are now vanilla styled instead of Stoneborn styled
-
- Bars have a more dynamic glow-like animation
- Fixed Farmer's Delight's comfort effect overlaying the wrong portion of the health bar.
- Fix an incompatibility with GeckoLib which caused broken bar textures
0.9.5
- Added Paragliders Stamina Compat!
0.9.4
- New absorption mode SQUEEZE
- Fix an issue with health restored bar fill estimate
0.9.3
- More editor improvements
0.9.2
- Add configurable fadeout hold - bars/text will wait this long after meeting their condition before fading when set to fade
- Fixes for Combat Attributes stamina rendering
0.9.1
- Safely default to Combat Attributes mana/stamina providers when present
0.9.0
- Rewrite from the ground up for 26.1.2 only, Fabric/Neoforge. Dropped Blahaj/Stonecutter
- Lots of internal cleanup for easier maintainability/portability
- Support for older versions has been dropped, the old project was impossible to work with
Initial Mod Compat:
- Thermoo + Frostiful + Scorchful
- Combat Attributes (Releasing soon)
- AppleSkin
- Farmer's Delight (currently Refabricated only)
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:PntTdyYi:3GnL1KnO"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:PntTdyYi:3GnL1KnO"
}

