AttributesAPI 1.1
What's new
(API) Removed AttributeList, replaced with Attributes.
(API) You can apply Attributes now using
Attributes.apply(ItemStack is, Attribute a, boolean replace)
or
Attributes.apply(ItemStack is, Collection<? extends Attribute> a, boolean replace)
or
attribute.apply(ItemStack is, boolean replace)
(API) You can retrieve a List<Attribute> from an existing ItemStack using
Attributes.fromStack(ItemStack is)
This mod has no additional files

