Tags
Creators
Details
Licensed MIT
Published 2 months ago
Updated 2 days ago
All versions
1.3.2
Release
Souls Combat HUD 1.3.22 days ago 49
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client-side
Server-side
Client and server
Changes
What's New
v1.3.2
- Updated skill overlay
- Fixed issues where skill icons would duplicate.
- Added config options to filter passive, guard, and identity skills.
- Added config option to change the skill icon scale.
Previous Changelog
v1.3.1
- Updated skill overlay
- Passive weapon skills now do not show up in the custom overlay by default. This fixes issues with WOM overlays.
- Incase you encounter other UI issues with passive weapon skills enabled, add the skill id to the blacklist.
- Added debug logging, useful for identifying skill ids.
- Renamed config entries with include/exclude to whitelist/blacklist for consistency. Please back them up before updating if you have edited them.
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:aosv29zK:zrmQv8Cg"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:aosv29zK:zrmQv8Cg"
}

