Armor Tweaks

Quick rating

Armor Tweaks

No reviews yet

Makes armor protection & toughness super configurable.

Mod Loaders
Fabric
Quilt
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Unsupported
Server Required

About

Project Details

Type
Mod
License
GNU General Public License v3.0 or later
Latest Version
2.2.1
Authors

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.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

Minecraft Armor Tweaks

Tired of protection being too powerful? Fed up with the slap fights, waiting for the other player's four sets of gear to degrade? Well, wait no more!

This mod does a few things:

  1. Make the max damage reduction by armor points configurable
  2. Make the damage reduction provided by protection configurable
  3. Provide a few alternate ways of handling toughness
  4. Remove armor caps. Total armor or protection point values above 20 will bypass the configured limits, similarly to the mod AttributeFix

Purpose

I'm working on a total combat overhaul, and the main issue I discovered is that armor is simply too strong. My solution is to simply nerf the everliving heck out of it.

Configuration

All configuration is done through the file config/armor-nerf.json5 in your .minecraft directory or through Mod Menu. Vanilla values are shown here:

{
  "armorPercentage": 0.8,
  "protectionPerPoint": 0.04,
  "removeArmorLimit": false,
  "armorFormula": "vanilla"
}

armorMultiplier is the amount of damage protection that full diamond armor (a full armor bar) will provide.

protectionPerPoint is the percentage of damage reduction granted by each protection point. You can read up on what a protection point is here.

removeArmorLimit: removes the cap of 20 armor points.

armorFormula is the formula used to determine how armor and toughness affect damage taken. It can be one of these options:

  • vanilla: This is how vanilla typically calculates it. Read up on how that works here.
  • toughness_disabled: Ignores the toughness system entirely.
  • flat_toughness: Toughness reduces the incoming damage by a flat amount.
  • large_toughness: Toughness makes armor more effective against larger attacks.
  • crumbling_armor: Rebel's insane formula that makes toughness add to the armor value based on durability.

Extending

If you want to add more formulae, you totally can! Just make your formula class extend me.ryleu.armornerf.ArmorFormula and then register your new class with me.ryleu.armornerf.ArmorNerf::registerFormula. The id you pass in will become the string you have to input into the config.

Questions, Comments, or Concerns

Feel free to reach out in the issues section of this page, or on Discord @ryleu.

Credit

Screenshots

Gallery

This project has no gallery images yet.

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

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

~9,000
Downloads
Last Updated
CurseForge
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works