Back to mods
Apothic Attributes project artwork

CurseForge · Minecraft mod

Apothic Attributes

A library that adds the Attributes GUI, alongside a suite of new attributes to work with

Choose a version Pick your version below, then grab the matching file.

This page is having a moment, so a few details may be a little behind.

Quick answer

Which Apothic Attributes release should I use?

Updated 2 months ago
Latest stable file Apothic-Attributes 1.21.1-2.10.1
Game version 1.21.1
Loader NeoForge

Apothic Attributes Apothic-Attributes 1.21.1-2.10.1 targets 1.21.1 with NeoForge. The project page does not say whether this file belongs on the client, dedicated server, or both. All 1 required mods have matching files.

Where it goes

Is Apothic Attributes required on the client, server, or both?

The project page does not say whether this file belongs on the client, dedicated server, or both.

Client Source doesn’t say
Dedicated server Source doesn’t say
Loader for this release NeoForge
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

The source does not explicitly classify this release as client-only or server-only.

What else does Apothic Attributes Apothic-Attributes 1.21.1-2.10.1 need?

Apothic-Attributes 1.21.1-2.10.1. Change the file and its required mods may change too.

All 1 required mods have matching files

Install Placebo first. We found matching files for this game-version and loader setup.

Curios API Optional for Apothic Attributes Apothic-Attributes 1.21.1-2.10.1
optional
Matching file found Matched file: curios-neoforge-9.5.1+1.21.1.jar
Placebo Needed by Apothic Attributes Apothic-Attributes 1.21.1-2.10.1
required
Matching file found Matched file: Placebo 1.21.1-9.9.2

We only count dependency files that match this setup. A file for another loader does not fill the gap.

Before you install it

Add Apothic Attributes without breaking your instance.

Built for Apothic Attributes Apothic-Attributes 1.21.1-2.10.1. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use Apothic-Attributes 1.21.1-2.10.1. It targets 1.21.1 with NeoForge; another release may have different loader, side or dependency requirements.

  2. 02

    Bring the mods it needs

    Install Placebo first. We found matching files for this game-version and loader setup.

  3. 03

    Put it on the correct side

    The project page does not say whether this file belongs on the client, dedicated server, or both.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside Apothic-Attributes 1.21.1-2.10.1. It opens that exact file at the source.

About this project

What does Apothic Attributes add?

Description

Apothic Attributes is a library mod that provides a variety of attributes and attribute-related utilities, which makes interacting with, debugging, and using attributes much easier. The current list of Attributes is available here. Most of the features are developer-facing, but there are a few user-facing components:

The Attributes GUI

Apothic Attributes provides an Attributes GUI, accessible via the sword button in your inventory. This GUI shows all attributes that are attached to your player. You can filter the displayed attributes to only show modified attributes, and hovering an attribute will show a description and detailed information.

Attributes GUI

Armor Calculations

To support the addition of Armor Pierce, Armor Shred, Protection Pierce, and Protection Shred, Apothic Attributes changes the way that damage reduction calculations are done, for both Armor and Protection.

In vanilla, armor reduces damage based on your armor toughness value and the incoming damage value. With Apothic Attributes, only armor reduces incoming damage, and armor toughness reduces the effectiveness of enemy Armor Shred and Armor Pierce. For specifics on damage formulas, see here.

The changes in damage taken as a result of this can be seen in the following chart, where "New Apoth" is the formula currently used by Apothic Attributes. This chart does not take protection calculations into account. The changes to protection are described here.

Potion Tooltips

Another player-facing feature is the changes to potion tooltips. Descriptions will be added to potion items that are not simple attribute modifiers, and these descriptions (as well as the attribute modifiers) will be shown when hovering your active effects in the inventory.

Attribute Formatting

Apothic Attributes allows attributes to format their own tooltips. The most notable example of attributes with custom formatting are Percent-Based Attributes, which always display their values in percentage form, regardless of their modifier type. The vanilla attributes Speed and Knockback Resistance are displayed in Percent-Based mode.

Part of this feature is the additional tooltip information. When advanced tooltips (f3+h) are enabled, additional information about the modifier type and the underlying value will be shown.

Advanced Tooltip Info Reference

Addition modifiers will show text similar to [+100]

Multiply Base modifiers will show text similar to [+20x]

Multiply Total modifiers will show text similar to [x10]

Note that Multiply Total values have their underlying value offset by +1, even in the advanced tooltip display. This is due to how they are applied (a multiply total modifier causes the final value to be multiplied by 1+value).

Developing

Apothic Attributes depends on Placebo, and is available via maven:

maven {
  // Shadows_of_Fire's Maven
  url "https://maven.shadowsoffire.dev/releases"
}

dependencies {
  implementation fg.deobf("dev.shadowsoffire:Placebo:${mcVersion}-${placeboVersion}")
  implementation fg.deobf("dev.shadowsoffire:ApothicAttributes:${mcVersion}-${attributesLibVersion}")
}

The API package (https://github.com/Shadows-of-Fire/Apothic-Attributes/tree/1.20/src/main/java/dev/shadowsoffire/attributeslib/api) of Apothic Attributes contains everything you should need to interface with from the mod.

Support Me

Contact

Discord: https://discord.shadowsoffire.dev/landing

Project description from CurseForge.

Pick your setup

Apothic Attributes by Minecraft version and loader

Choose the version and loader you play, then open the matching release.

6 available setups

Check the dependencies, then try the file in a copied instance before changing a world you care about.

Recent files

Apothic Attributes versions and loaders

45 of 45 releases match

Looking for an older file? The official CurseForge project page is in Resources.