Description
Random Mixins
Provide patches for some mods, hoping to improve performance and allow more config options.
Require MixinBooter as dependency.
Current Patches:
Artemislib: optimize the onLivingUpdate method in AttachAttributes class, hoping to improve performance;
LycanitesMobs: replace the HashMap with ConcurrentHashMap in ExtendedWorld class,temporarily fix CME under certain circumstances;
Netherex: optimize the canFreeze method and the onLivingUpdate event handler, hoping to improve the performance.


