Stereowalker / Reforged

Adds tiers/modifiers to tools.
https://www.curseforge.com/minecraft/mc-mods/tiered
Other
4 stars 5 forks source link

[1.21 Fabric] percentages not stacking #104

Open CheddarBeCheese opened 2 months ago

CheddarBeCheese commented 2 months ago

As of currently, I have two pieces of armor that give the "+25% armor" buff but noticed that all of the percent bonus goes away when I take off only one piece of armor.

CheddarBeCheese commented 2 months ago

Its any reforge, not just percentages

KillerSwine commented 2 days ago

I have the same issue on 1.21.1, I did some digging and figured out that it's an intended behaviour for attributes with the same id (https://bugs.mojang.com/browse/MC-16466).

Item attributes of each type always have the same id, like in the image the legendary armour health attributes will all have the id "tiered:legendary_armor_0" and will not stack.

image

Unfortunately I do not know how to fix this myself.