File Details
EvilNotchLib-SNAPSHOT-120
- B
- Mar 3, 2025
- 1.22 MB
- 61
- 1.12.2
- Forge
File Name
EvilNotchLib-SNAPSHOT-120.jar
Supported Versions
- 1.12.2
Curse Maven Snippet
ChangeLog 1.2.4(SNAPSHOT-120):
- Actually Fixed ASM Transformer#init for both client and server side. This should make it work with older forge or more sturbornish security. Again for some reason transformers are all running before the main class even loads and on other transformers classes SMH. So I have to wait for the main class to load it now
ChangeLog 1.2.4(SNAPSHOT-119):
- Fixed SkinCache Incompatability with MorePlayerModels
- Fixed SkinCache not invalidating SkinManger and YGG's Vanilla SkinCache during PacketSkin. This will make it greatly more mod compatible
- Fixed SkinCache Potential Race Condition Bug when smoothPackets were on
- Fixed MorePlayerModels not returning from loading the Player's textures when NetworkPlayerInfo was null and hasn't been sent by the server yet
- Fixed DedicatedServer UI not outputing any Console Log / Text (LaunchClassLoader#classLoaderExceptions requires com.mojang.util.QueueLogAppender)
- Fixed Crash with ReflectionUtils#getMethod as it wasn't catching Throwable
- Fixed ReflectionUtil#invokeMethod not working on private methods
- Added ReflectionUtil#invoke(Method method, Object instance, Object... params)
- Added WIP Support for Mo Bends and Enchanted Cape Rendering. This Won't Fire the SkinEvent#CapeEnchant as it's all going to get overhauled soon. It just appears when you have enchanted armor on for now

