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
Configuration
A config file is generated at config/resistanceformula-common.toml.
Keys:
formula → math expression, using a variable level (default "0.20 * level")flatReductionPerLevel → additional flat % per level (default 0.00)maxReduction → caps damage reduction (default 0.00)Examples:
formula = "0.05 * level"formula = "0.10 + 0.15 * level"formula = "0.10 * (level ^ 1.25)", flatReductionPerLevel = 0.02How It Works
Testing
Try Resistance II with /effect give @s minecraft:resistance 99999 1 true.
"0.05 * level" → 10% reduction"0.25 * level" → 50% reductionPermissions