File Details
EvilNotchLib-1.2.3.13
- R
- Feb 18, 2025
- 1.19 MB
- 129
- 1.12.2
- Forge
File Name
EvilNotchLib-1.2.3.13.jar
Supported Versions
- 1.12.2
Curse Maven Snippet
- Fixed LAN Skin Fix(SkinCache off) ASM editing fillProfileProperties outside the if statement. This would only happen if ASM Config's asm_patchLanSkins429 was turned on which is on by default
- Fixed LAN Skin Fix(SkinCache off) YggdrasilMinecraftSessionService's Vanilla Skin Cache not refreshing skin if the download failed. this would only happen if both Config's SkinCache and ASM Config's asm_patchLanSkins429 were both turned off or an external mod called fillProfileProperties(profile, false);
- Fixed LAN Skin Fix YggdrasilMinecraftSessionService's Vanilla Skin Cache calling fillGameProfile(profile, true) instead of fillGameProfile(profile, false) This should prevent 429 error for the Vanilla Skin Cache even when patch 429 is disabled. The 429 error will still happen when disabled in asm and fillProfileProperties(profile, true) gets called

