Resistance Controller
No reviews yet
Balanced Resistance effect. No more 100% damage immunity. Fully configurable.
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
About
Description
Resistance Controller
Tired of players becoming invincible with Resistance V?
In vanilla Minecraft, the Resistance potion effect provides 20% damage reduction per level. This means that at Resistance V (Level 5), entities become completely immune to damage (100% reduction). This breaks the balance of many modpacks and PVP servers.
Resistance Controller fixes this by allowing you to configure exactly how much damage reduction the Resistance effect provides.
🚀 Features
- Balanced Default: By default, Resistance is nerfed to 5% reduction per level.
- Vanilla: Level 5 = 100% reduction (Invincible).
- Mod: Level 5 = 25% reduction (Balanced).
- Fully Configurable: Want 10%? 3%? You decide. Edit the
config/resistance_controller.propertiesfile. - Hot Reloading: No need to restart the server! Just edit the config and run the standard
/reloadcommand to apply changes instantly. - Server-Side Friendly: Works great on dedicated servers.
⚙️ Configuration
The configuration file is located at config/resistance_controller.properties.
# Resistance Controller Configuration
# reductionPercentage: The percentage of damage reduction per resistance level (default: 5)
reductionPercentage=5
🧮 How it Works
The mod hooks directly into the damage calculation logic (specifically LivingEntity#getDamageAfterMagicAbsorb) to alter the formula used for resistance.
- Vanilla Formula:
Damage * (1 - (Level * 0.20)) - Mod Formula:
Damage * (1 - (Level * (ConfigValue / 100)))
Screenshots
Gallery
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources