promotional bannermobile promotional banner

Evil Notch Lib

A Library and API for both java and Minecraft

File Details

EvilNotchLib-SNAPSHOT-112

  • B
  • Feb 22, 2025
  • 1.19 MB
  • 72
  • 1.12.2
  • Forge

File Name

EvilNotchLib-SNAPSHOT-112.jar

Supported Versions

  • 1.12.2

Curse Maven Snippet

Forge

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

Learn more about Curse Maven

  • Fixed LaunchClassLoader#stopMemoryOverflowFoamFix not getting called before Transformer#batchLoad side effect was a temporarly memory leak posibility for a few seconds
  • Added IEvilNotchLibPreInit to fire before most of EvilNotchLib's Pre-Init. Use this for SkinCache API as the SkinCache API loads in pre-init. Unless you want your mod to use required-before:evilnotchlib and then have the other APIs not work or using the Mod's Constructor which may cause other issues