Minecraft [FORGE/FABRIC] Armor Curve mod 2026 download
logo
minecraft mod [FORGE/FABRIC] Armor Curve

[FORGE/FABRIC] Armor Curve

Game Version: 1.16.3
Total Downloads: 73,917
Updated: Oct 12, 2020
Created: Apr 19, 2020
Download [FORGE/FABRIC] Armor CurveDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
[FABRIC] armorcurve-0.7.0 release 290.24 KB Oct 12, 2020 1.16.3 2,107 download [FORGE/FABRIC] Armor Curve [FABRIC] armorcurve-0.7.0 releaseDownload
[FABRIC] armorcurve-0.7.0 release 196.57 KB Oct 11, 2020 1.16.3 41 download [FORGE/FABRIC] Armor Curve [FABRIC] armorcurve-0.7.0 releaseDownload
[FABRIC] armorcurve-0.5.0 release 7.29 KB Sep 25, 2020 1.16.3 56 download [FORGE/FABRIC] Armor Curve [FABRIC] armorcurve-0.5.0 releaseDownload
[FORGE] armorcurve-2.2.0 release 15.64 KB Sep 22, 2020 1.16.3 2,665 download [FORGE/FABRIC] Armor Curve [FORGE] armorcurve-2.2.0 releaseDownload
armorcurve-1.2.9.jar release 13.12 KB Jun 5, 2020 1.12.2 32,825 download [FORGE/FABRIC] Armor Curve armorcurve-1.2.9.jar releaseDownload
armorcurve-1.2.8.jar release 13.10 KB May 25, 2020 1.12.2 37 download [FORGE/FABRIC] Armor Curve armorcurve-1.2.8.jar releaseDownload
armorcurve-1.2.6.jar release 10.25 KB May 24, 2020 1.12.2 27 download [FORGE/FABRIC] Armor Curve armorcurve-1.2.6.jar releaseDownload
armorcurve-1.2.5.jar release 10.24 KB May 4, 2020 1.12.2 31 download [FORGE/FABRIC] Armor Curve armorcurve-1.2.5.jar releaseDownload
armorcurve-1.2.0-hotfix.jar release 9.10 KB Apr 27, 2020 1.12.2 38 download [FORGE/FABRIC] Armor Curve armorcurve-1.2.0-hotfix.jar releaseDownload
armorcurve-1.2.0.jar release 9.05 KB Apr 27, 2020 1.12.2 16 download [FORGE/FABRIC] Armor Curve armorcurve-1.2.0.jar releaseDownload
armorcurve-1.1.1.jar release 8.43 KB Apr 26, 2020 1.12.2 23 download [FORGE/FABRIC] Armor Curve armorcurve-1.1.1.jar releaseDownload
armorcurve-1.0.jar release 5.49 KB Apr 19, 2020 1.12.2 17 download [FORGE/FABRIC] Armor Curve armorcurve-1.0.jar releaseDownload
[FORGE] armorcurve-2.4-hotfix.jar beta 109.14 KB Oct 21, 2021 1.16.5 0 download [FORGE/FABRIC] Armor Curve [FORGE] armorcurve-2.4-hotfix.jar betaDownload
[FORGE] armorcurve-2.4 beta 109.13 KB Oct 21, 2021 1.16.5 13 download [FORGE/FABRIC] Armor Curve [FORGE] armorcurve-2.4 betaDownload
[FORGE] armorcurve-2.2 beta 13.00 KB Feb 28, 2021 1.16.5 84 download [FORGE/FABRIC] Armor Curve [FORGE] armorcurve-2.2 betaDownload

Description

Share this:

Important notice:

If you see an error like this:

Description: Rendering overlay

java.lang.ArithmeticException: Division undefined
at java.math.BigDecimal.divide(BigDecimal.java:1741) ~[?:1.8.0_51] {}
at com.udojava.evalex.Expression$6.eval(Expression.java:587) ~[?:2.3] {re:classloading}
at com.udojava.evalex.AbstractOperator$1.eval(AbstractOperator.java:72) ~[?:2.3] {re:classloading}

 

Look in your config for the denominators, and wrap them with a MAX(x, 1) statement, so damage/max becomes damage/MAX(max, 1), for instance.

 

Did you know that, by Minecraft's damage formulae, iron to diamond effectively doubles your health?

Did you know that leather to iron is 8 points in difference, yet it doesn't hold a candle to iron to diamond in terms of effective health increase?

Did you know that it's possible to survive almost 200 points of damage in vanilla, with full prot diamond and resistance?

Did you know that armor doesn't obey the basic law of diminishing marginal utility?

That's what inspired me to make this. Armor effectiveness is adjusted so that the more armor you have, the less every extra armor point adds to your total protection. Due to how meaninglessly complicated armor toughness is, it has been removed as a direct mechanic; as compensation, armor values have been slightly lowered. Leather provides roughly 40% protection, iron gives 60%, and diamond gives 66%. Protection enchantments have been similarly nerfed to 66% max, so full protection diamond only nets you 89% rather than 96% reduction. Instead of toughness acting directly on arbitrary armor damage reduction, however, an extra layer of calculations have been added, which (by default) greatly decreases any damage over 40 points according to your armor toughness.  These are configurable, see below.

Armor degrades. Low durability decreases the attributes of that specific piece of armor, so a half-broken helmet will drop your armor less than a half-broken chestplate. This is also configurable.

The config is structured such that you can input a formula (with parsing provided by EvalEx) and it'll work off that. Available variables for "armor" and "toughness" are "armor", "damage", and "toughness"; for "enchantments", variables are "damage" and "enchant", and for degradation it's "remaining" and "max". For instance, you could disable degradation by setting the formula to "1", replicate the vanilla formula with a little math, or multiply the damage by armor so everything hits harder the more you wear! Fun stuff.

Since EvalEx is also used by Apotheosis, there are two forge versions for players with and without the mod; make sure you grab the right one.

Comments

Add a comment