From The Caves Patch

Unofficial server performance and memory leak patch for the From The Caves mod.
Back to Files

fromthecavespatch-1.4.0.jar

File namefromthecavespatch-1.4.0.jar
Uploader
SxilverrSxilverr
Uploaded
Aug 4, 2026
Downloads
55
Size
120.1 KB
Mod Loaders
Forge
File ID
8572737
Type
R
Release
Supported game versions
  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:from-the-caves-patch-1513664:8572737")

Learn more about Curse Maven

What's new

v1.4.0 Fixed several bugs.

Fixed wrong key type: FTCLeakFixer.java:130 now uses getStringUUID().

Fixed client-side firing: onEntityLeave calls getLevel()

Fixed init race: init() is private static synchronized in both FTCLeakFixer and FTCConfigReader, with the flag set at the end. Also switched to Class.forName(name, false, loader) so FTC's static initializers no longer run on whatever thread fires the event, and both now catch LinkageError alongside ClassNotFoundException.

Added missing maps: added windowCooldowns, torchCooldowns, noteBlockCooldowns, trapdoorCooldowns, chestCooldowns, lockedChests, jumpscareReadyChests on block-break, and activeJumpscares on logout.

This mod has no additional files