Links
Tags
Creators
Details
1.0.0
Compatibility
Changes
Combat Assistant Mod
Advanced PvP combat helper for Minecraft 1.21.11 (Fabric)
Features
šÆ Core Combat Indicators
Damage Dealt Tracker
- Shows real-time damage dealt to enemies
- Format:
ā Damage: 5.2 ⤠- Tracks up to 30 blocks away
- Displays for 3 seconds
Damage Taken Indicator
- Shows damage you receive
- Format:
⤠Damage Taken: 3.5 - Displays for 3 seconds
ā Spear Combat Helper
Lunge Condition Tracker
ā Charge spear...- Charge your attackā Move forward to lunge!- Need forward momentumā READY TO LUNGE(green) - Optimal conditions
Lunge Requirements:
- Fully charged attack (90%+)
- Moving forward
- Airborne or falling (jump helps)
- Not in water
ā Weapon Swap Detection
Attribute Swap Notification
- Green checkmark on swap:
ā Swapped: Iron Sword ā Diamond Sword - Confirms successful weapon switch
- Perfect for PvP combos
š”ļø Mace Range Helper
Range Indicator
ā Mace Range: 4.2 blocks- Shows nearest entity distance
- Red warning when out of range
š Server Optimization
Network Packet Batching
- Faster attribute swaps on servers
- Reduced latency for combat actions
- Better attack registration
Installation
- Download
modid-1.0.0.jar - Place in
.minecraft/mods/folder - Run Minecraft with Fabric Loader
- All features enabled automatically
Usage
Testing:
gradlew runClient
Building:
gradlew build
Output JAR: build/libs/modid-1.0.0.jar
PvP Combat Tips
-
Attribute Swapping:
- Use hotbar keys (1-9) for quick swaps
- Watch confirmation message
- No cooldown between swaps
-
Spear Lunge:
- Jump first for guaranteed airborne
- Charge attack while moving forward
- Look for green "READY TO LUNGE" message
-
Damage Tracking:
- Monitor damage dealt vs taken
- Adjust strategy based on feedback
- 3-second display duration
-
Mace Combat:
- Check range indicator before attacking
- AOE sweep hits multiple targets
- Best at close range
Technical Details
Language: Java 21
Minecraft: 1.21.11
Loader: Fabric 0.18.2+
API: Fabric API 0.139.4+
Components:
- CombatAssistant.java - Main tick handler
- SpearHelper.java - Spear lunge detection
- DamageDealtTracker.java - Damage tracking
- SpearOptimizationMixin.java - Server optimization
Compatibility
ā Multiplayer servers
ā Single player
ā Server-side compatible (no server mod needed)
ā Works with other mods
License
CC0 - Public Domain
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:D7LBHzLK:GWiMGYV0"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:D7LBHzLK:GWiMGYV0"
}

