Skip to content

Commit

Permalink
Update AttributeArmorItem.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Majrusz committed Jun 29, 2021
1 parent 2e6595d commit ebc39a4
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package com.majruszs_difficulty.items;

import com.google.common.collect.ImmutableMultimap;
import com.mlib.MajruszLibrary;
import net.minecraft.entity.ai.attributes.Attribute;
import net.minecraft.entity.ai.attributes.AttributeModifier;
import net.minecraft.inventory.EquipmentSlotType;
Expand All @@ -23,8 +22,6 @@ public AttributeArmorItem( IArmorMaterial material, EquipmentSlotType slot, Prop

/** Updates attribute values in all AttributeArmorItem class items. */
public static void updateAllItemsAttributes() {
MajruszLibrary.LOGGER.info( "COOOL!" );

ALL_ATTRIBUTE_ITEMS.forEach( AttributeArmorItem::updateSingleItem );
}

Expand Down

0 comments on commit ebc39a4

Please sign in to comment.