FabricItem.getAttributeModifiers(ItemStack) is defunct
opekope2 opened this issue ยท 0 comments
Multimap<RegistryEntry<EntityAttribute>, EntityAttributeModifier> getAttributeModifiers(ItemStack, EquipmentSlot)
was refactored to AttributeModifiersComponent getAttributeModifiers(ItemStack)
in f1e646e to reflect Minecraft changes, however, ItemStackMixin.hookGetAttributeModifiers
was removed earlier in 1172e89, which called this API.