Skip to content

Commit

Permalink
End Armor is now properly immune to fire/lava
Browse files Browse the repository at this point in the history
  • Loading branch information
Majrusz committed Apr 21, 2021
1 parent 0d74f59 commit 6b3b915
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
/** New late game armor. */
public class EndArmorItem extends ArmorItem {
public EndArmorItem( EquipmentSlotType slot ) {
super( CustomArmorMaterial.END, slot, ( new Item.Properties() ).group( Instances.ITEM_GROUP ) );
super( CustomArmorMaterial.END, slot, ( new Item.Properties() ).group( Instances.ITEM_GROUP ).isImmuneToFire() );
}

@Override
Expand Down

0 comments on commit 6b3b915

Please sign in to comment.