Mod
Resistance Formulation
No reviews yet
A mod that allow you to set custom a formula for the resistance potion effect
Does not follow a specific thematic focus apart from vanilla Minecraft.
Used for mods with little to no gameplay elements.
Includes quality of life improvements and small tweaks to enhance and customize gameplay.
Addresses and fixes known bugs and issues.
Includes tools and features for server management.
Forge is a popular mod loader for versions 1.1+ of Minecraft.
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
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 Formula
THIS MOD DOESN'T REQUIRE SINYTRA CONNECTOR, UNLIKE RESISTANCE BALANCER
Lightweight, server-side-only mod that lets you define a custom formula for the Resistance effect’s damage reduction.
Tweak Resistance to be weaker, stronger, or anything in between—without touching armor math or other mods.
Features
- Replace vanilla’s fixed 20% per level with your formula.
- Add an extra flat bonus per level (e.g., +5% per level).
- Works serverside only (clients don’t need it installed).
- Prevents Resistance V+ invincibility by enforcing a minimum final damage.
- Compatible with armor, Protection enchants, attributes, and most combat mods.
Configuration
A config file is generated at config/resistanceformula-common.toml.
Keys:
formula→ math expression, using a variablelevel(default"0.20 * level")flatReductionPerLevel→ additional flat % per level (default0.00)maxReduction→ caps damage reduction (default0.00)
Examples:
- Weaker than vanilla:
formula = "0.05 * level" - Stronger than vanilla:
formula = "0.10 + 0.15 * level" - Curved scaling:
formula = "0.10 * (level ^ 1.25)",flatReductionPerLevel = 0.02
How It Works
- Captures raw incoming damage before vanilla mitigation.
- Adjusts the final damage so the net reduction matches your formula.
- Guarantees you still take damage even at very high Resistance levels.
Testing
Try Resistance II with /effect give @s minecraft:resistance 99999 1 true.
- Vanilla: 40% reduction
- Config formula =
"0.05 * level"→ 10% reduction - Config formula =
"0.25 * level"→ 50% reduction
Permissions
- Modpacks: Allowed
- Servers: Allowed
- Forks/ports: Ask me first
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