promotional bannermobile promotional banner
premium banner
Using mixins to fix some performance issues

Description

Random Mixins

Provide patches for some mods, hoping to improve performance and allow more config options.

Require MixinBooter as dependency.

Current Patches:

  1. Artemislib: optimize the onLivingUpdate method in AttachAttributes class, hoping to improve performance;

  2. LycanitesMobs: replace the HashMap with ConcurrentHashMap in ExtendedWorld class,temporarily fix CME under certain circumstances;

  3. Netherex: optimize the canFreeze method and the onLivingUpdate event handler, hoping to improve the performance.