All versions
1.3
Release
SomethingsAddons 1.3last month 13
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Client and server
Changes
[Current Version] - 2026-07-04
✨ Added
- Damage & Healing Control System:
- Minimum Damage Enforcer: Completely fixes the late-game "Godmode" issue caused by armor stacking or Resistance 255. All valid attacks will now deal a guaranteed minimum amount of damage (configurable).
- Boss & Magic Whitelist: Min Damage works flawlessly against armor-bypassing boss skills like Dragon Breath, Wither, Witch's Magic, and Warden's Sonic Boom.
- Shield Compatibility: Fixed an issue where blocked attacks or harmless projectiles (like snowballs) would trigger min damage. Shields work as intended!
- Dynamic Min Damage Scaling: The minimum damage taken by the player dynamically scales up (up to 5x) if the attacker is an elite mob or boss with 100+ Max HP.
- Boss Anti-Heal Debuff: Taking damage from mobs with 100+ Max HP applies a debuff that reduces all healing and absorption gained by 50% for 5 seconds. Includes an Action Bar warning.
- Max Healing Cap: Set a hard limit on how much HP can be recovered in a single healing instance (prevents excessive healing from other mods).
- Added full toggle options in the Config Menu for every individual mechanic.
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:XpXsVQgd:m8K8fvi0"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:XpXsVQgd:m8K8fvi0"
}

