Compatibility
Minecraft: Java Edition
1.19.x
1.18.2
Platforms
Fabric
Supported environments
90% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed MIT
Published 2 years ago
Updated 2 years ago
About
Attribute modifiers for items come in two flavors: NBT and hard-coded. NBT modifiers can be applied through an AttributeModifiers
key on-the-fly, while hard-coded modifiers are static for an Item
instance.
By default, these modifiers don't mix - the NBT modifiers override the others. For example, a diamond sword with generic.attack_damage
+5 would only have that five attack damage and lose the base modifier.
This mod fixes this small issue. It's not really a "bug," more of a bad feature.
License
MIT © 2022 spadeteam