Sophisticated Storage Create Fabric Compatibility
No reviews yet
Sophisticated Storage is now compatible with Create Fabric Contraptions.
Fabric is a mod loader for versions 1.14+ of Minecraft, particularly popular for client side and optimization mods.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
Compatibility
Supported Environments
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
About
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.WorldChunk
This 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
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources