DontCrashTom (Fixes for Tom's Simple Storage Mod)

Fixes stability issues in Tom’s Simple Storage. (Will be forked soon)

File Details

dontcrashtom-1.0.0

  • R
  • Dec 28, 2025
  • 5.54 KB
  • 11.0K
  • 1.21.1
  • NeoForge

File Name

dontcrashtom-1.0.0.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:dontcrashtom-fixes-for-toms-simple-storage-mod-1415372:7389568"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

Don’t Crash Tom fixes a rare BlockCapabilityCache crash in Tom’s Simple Storage when chunks unload or players change dimensions. Pure stability patch, no gameplay changes. Safe to add or remove anytime. NeoForge 1.21.1.

(Will fork this mod and fix all issues soon because original Author is too lazy)

Don’t Crash Tom (NeoForge 1.21.1)

A micro patch for Tom’s Simple Storage that stops a rare but annoying crash from BlockCapabilityCache when chunks unload, dimensions change (portals), or capability caches are invalidated.

What it fixes

Scope

  • Stability-only. No gameplay, balance, loot, GUIs, or configs.
  • Safe to add to existing worlds; remove anytime once upstream includes the fix.
  • Tiny footprint: just a mixin that guards the capability lookup.

Requirements

  • Loader: NeoForge 21.1.x
  • Game: Minecraft 1.21.1
  • Target mod: Tom’s Simple Storage (tested with 1.21-2.2.3). Other minor versions likely fine as long as the same BlockInventoryAccess class/methods exist.

Compatibility

How to tell it worked

  • The specific BlockCapabilityCache crash on chunk unload/portal travel no longer occurs.
  • Log line on load: “DontCrashTom loaded - Tom’s Storage BlockCapabilityCache fix active”.
  • Occasional debug log when it prevents an invalid cache access (can be ignored).

Why you’d want this

  • Prevents unexpected crashes on busy servers where chunks unload/reload frequently or players portal around.
  • Zero configuration, zero gameplay impact; pure stability patch.

License / Credit

  • License: All Rights Reserved (matches upstream policy of the source assets).
  • Author: Navrelis