Classic Bar Unofficial
Classic Bar Unofficial โ A community-maintained fork of the original Classic Bar. Adds extended mod support including thirst overlay (Thirst Was Taken), Vampirism blood bar, Forbidden Curse hunger bar, and full Chinese localization.
Links
Tags
Creators
Details
1.21.1-1.4.0
Compatibility
Changes
Classic Bar Unofficial v1.4.0
Classic Bar Unofficial is a maintained fork of Tfarcenim's Classic Bar โ replaces vanilla HUD icon rows with classic-style progress bars, now with extended mod support.
๐ Optional Compatibilities
- Thirst โ Thirst Was Taken
- Vampire โ Vampirism
- Effects โ Farmer's Delight ยท Kaleidoscope Cookery ยท Enigmatic Legacy+
โจ What's New (vs. Original)
- Thirst overlay โ thirst bar for Thirst Was Taken, with hydration sub-bar & drink preview
- Vampirism blood bar โ vampire level bar rendering
- Enigmatic Legacy+ compat โ Forbidden Curse hunger overlay
- Farmer's Delight / Kaleidoscope Cookery โ Nourishment & Satiated Shield visuals
- Debug tools โ 8 toggles for HUD rendering tests (dev only)
- Full Chinese localization โ ๅฎๆดไธญๆ็ฟป่ฏ
- Code refactoring โ cleaner preview rendering, unified deps
๐ฆ Requires
NeoForge 21.1.228+
๐ Original Project
Author: Tfarcenim ยท GitHub: github.com/Tfarcenim/ClassicBar ยท CurseForge: curseforge.com/minecraft/mc-mods/classic-bar ยท Modrinth: modrinth.com/mod/classic-bar
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:FhdcxNf6:euaj2Sb7"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:FhdcxNf6:euaj2Sb7"
}
