You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Zauber Cauldrons copies existing armor attributes then adds its own custom copy of attributes, adding its own modified minecraft:generic.armor , potentially causing a much higher armor value than expected
To Reproduce
Steps to reproduce the behavior:
Obtain armor that recreates the vanilla armor attributes (like Combat Expanded armor)
Convert into Zauber Armor with the armor bonus
Get Zauber Armor with duplicated vanilla armor amount
Expected behavior
Zauber should not add vanilla armor amount more than once
Fix
Vanilla attributes have default UUID values for every attribute. When recreating the vanilla values, you should use this (without modifying)
Zauber should add its own custom attribute rather than modifying the vanilla value (I know it adds another lore line, deal with it :P)
Screenshots
Environment
Minecraft version: 1.20.4
Server version: Public Server 10
Installed Datapacks: All, but most importantly Combat Expanded and Zauber Cauldrons
Installed Mods: None
Additional context
Have fun updating CE And ZC :)
Each equipment slot has a separate vanilla UUID. Attributes apply onto the player, so you can't have duplicates. Good luck
The text was updated successfully, but these errors were encountered:
For clarification, CE will also need adjsuting; the core issue here is that both CE and ZC have been dealing with vanilla attributes slightly wrongly, generating a vanilla attribute with a random UUID where the UUID should be fixed per attribute-slot combination.
Describe the bug
Zauber Cauldrons copies existing armor attributes then adds its own custom copy of attributes, adding its own modified minecraft:generic.armor , potentially causing a much higher armor value than expected
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Zauber should not add vanilla armor amount more than once
Fix
Screenshots
Environment
Additional context
Have fun updating CE And ZC :)
Each equipment slot has a separate vanilla UUID. Attributes apply onto the player, so you can't have duplicates. Good luck
The text was updated successfully, but these errors were encountered: