promotional bannermobile promotional banner

Evil Notch Lib

A Library and API for both java and Minecraft

File Details

EvilNotchLib-SNAPSHOT-115

  • B
  • Feb 27, 2025
  • 1.20 MB
  • 59
  • 1.12.2
  • Forge

File Name

EvilNotchLib-SNAPSHOT-115.jar

Supported Versions

  • 1.12.2

Curse Maven Snippet

Forge

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

Learn more about Curse Maven

ChangeLog 1.2.4(SNAPSHOT-115):

  • Fixed dlHook ASM not firing if IStopSteve was disabled (www.minecraftskins.com) for example would return 403 error when this configuration happened
  • Added ConfigCore#asm_skinURLHook
  • Changed asm_patchLanSkins and asm_patchLanSkins429 to asm_debug. It's not really safe to disable the option as without it almost all other skin options breaks

Changelog 1.2.4(SANPSHOT-114):

  • Fixed Model, Cape, Elytra and Skin tags not getting cleared during the merge.
  • Fixed Potential NullPointerException if a payload never had "SKIN" tag
  • Added Support for non Mojang servers that required "User-Agent", "Mozilla" to be set before downloading the skin / cape / elytra
  • Added www.minecraftskins.com & minecraft.novaskin.me to the default trusted skin servers
  • Added SkinEvent#Merge (clear your custom tags that need to be cleared before merging)