promotional bannermobile promotional banner

Evil Notch Lib

A Library and API for both java and Minecraft

File Details

EvilNotchLib-SNAPSHOT-118

  • B
  • Mar 2, 2025
  • 1.21 MB
  • 45
  • 1.12.2
  • Forge

File Name

EvilNotchLib-SNAPSHOT-118.jar

Supported Versions

  • 1.12.2

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:evilnotchlib-290581:6256157")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

ChangeLog 1.2.4(SNAPSHOT-118):
- Fixed Dedicated Server Crashing again (blame forge's ASM Event Handlers for loading Events without invokation with @SideOnly(Side.CLIENT) annotation at the class level
- Fixed SkinCache race condition bugs where mods using the library could theortically still be downloading selected skins after the login packet gets sent but before the player is added into the world
- Added IMPL of SkinEvent#CapeEnchant. NOTE: you have to manually enable it before it is allowed to fire. In the future it's replaced with skin metadata calls for performance reasons
- Added SkinCache#waitQue, Skincache#waitFullQue SkinCache#busy, SkinCache#maxPause, SkinCache#clock, SkinCache#canPause