Shadows-of-Fire / Apothic-Attributes

Attributes library for Minecraft, used by Apotheosis.
MIT License
7 stars 9 forks source link

[1.20.1] Spoorn Attribute mods not showing up on Stats screen. #7

Closed ffuentesm closed 8 months ago

ffuentesm commented 8 months ago

The mods by spoorn add a list of attributes to weapons and armor, ranging from extra health, speed boost, life steal, freeze damage, etc. But for some reason, those are not showing up on the stats.

https://modrinth.com/mod/spoorn-weapon-attributes https://modrinth.com/mod/spoorn-armor-attributes

image image image

Shadows-of-Fire commented 8 months ago

The linked mods do not use Minecraft's Attribute system at all, and have reinvented another layer of pseudo-attributes on top of everything. There's nothing I can do about it.

You would need to ask them to rewrite their mod to actually use attributes and attribute modifiers instead of storing everything in a secondary nbt storage and deserializing things on the fly.