Sophisticated Storage Create Fabric Compatibility
ModSophisticated Storage is now compatible with Create Fabric Contraptions.
Type
Mod
Modrinth Downloads
1,202
Modrinth ID
OO84Irwr
Last Updated
Jul 25, 2026
Description
Create: Sophisticated Storage Compatibility
A Fabric mod that fixes crashes when Sophisticated Storage containers are placed inside Create Contraptions on Minecraft 1.20.1.

Problem
When a Sophisticated Storage block entity (chest, barrel, etc.) is placed inside a Create Contraption, the game crashes with:
java.lang.ClassCastException: class com.simibubi.create.foundation.virtualWorld.VirtualChunk cannot be cast to class net.minecraft.world.chunk.WorldChunkThis happens because:
- Create Contraptions use a special VirtualChunk class for rendering and manipulation
- Sophisticated Storage calls BlockEntity.setChanged() during NBT data loading
- setChanged() tries to cast the chunk to WorldChunk, but it's actually a VirtualChunk
- The cast fails and crashes the game
Solution
This mod implements a Mixin that intercepts all BlockEntity.setChanged() calls and:
- Checks if the block entity is from Sophisticated Storage
- Checks if the current chunk is a Create VirtualChunk
- If both conditions are true, cancels the setChanged() call to prevent the crash
The fix is transparent and doesn't break any functionality—items still transfer properly between Create and Sophisticated Storage.
Features
- Enables Sophisticated Storage chests to be moved in Create Contraptions
- Prevents the ClassCastException crash
- Automatic detection — no configuration needed
Compatibility
Mod Loaders
Game Versions
Screenshots
Similar Mods
Dev GUI [FABRIC]
Client side mod to make developing my mods and modpacks more easily
Chest on a Stick - Portable Chests
Adds a portable hand-held chest (on a stick) that you can open by right-clicking with it in your hand.
Origins: Bat-Eared Fox
Adding the sly, big-eared fox who roams the hot plains; talented in the arts of escaping predators.
Better Block Tooltip
Allows to view more block properties in tooltip
Create+AE2 Compat
Compatibility mod letting players make AE2 items and blocks with functional Create recipes. Active development!
Spartan Aquaculture
Spartan Weaponry compatability with Aquaculture 2