promotional bannermobile promotional banner

Furia Memory

A lightweight mod designed to optimize memory management and performance.
Back to Files

furiamemory-1.2.0.jar

File namefuriamemory-1.2.0.jar
Uploader
ArticPulseArticPulse
Uploaded
Sep 20, 2026
Downloads
175
Size
37.0 KB
Mod Loaders
Forge
File ID
8931259
Type
R
Release
Supported game versions
  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:furia-memory-1643845:8931259")

Learn more about Curse Maven

What's new

Furia Memory 1.2.0

🐛 Fixes

  • Fixed a mod loading crash on real installs (CurseForge, etc.) that didn't show up in a development environment — a missing build configuration meant a required mixin remapping file wasn't being packaged into the release jar. Regular installs now load correctly.
  • Fixed ResourceLocation deduplication only covering a small fraction of instances. It now covers the actual most common creation path used throughout the game and by other mods, giving a complete and honest picture of real-world duplication instead of a partial one.
  • Fixed a rare race condition where the vertex geometry cache could slightly exceed its configured size limit under heavy parallel model loading.
  • Minor internal cleanup: reduced unnecessary overhead in the mixin activity tracker.

✨ New

  • New experimental module: CompoundTag key deduplication. NBT entry names (id, Count, Damage, etc.) are now pooled the same way StringTag values already were. In testing, this module alone showed a 99%+ hit rate — one of the most effective modules in the mod.
  • Expanded compatibility detection. FerriteCore, AllTheLeaks, and Memory Leak Fix are now recognized alongside ModernFix. When FerriteCore is present, Furia Memory's own vertex geometry dedup automatically steps aside to avoid duplicate work, since FerriteCore already covers that exact optimization.

🔧 Notes

  • Every module stays independently toggleable via config.
  • /furiamemory report shows real-time hit rates and auto-disable reasons for full transparency — including when a module decides on its own that it isn't worth keeping active.

This mod has no additional files