A fork of Litematica with additional features for material lists and coordinating item gathering with player activities.
Stormatica extends Litematica's material list functionality with two major features:
Load material lists from JSON or text files containing any Item Class - not just placeable blocks:
Material lists automatically prioritize items you've recently accessed in containers:
- Open a chest → Items from that chest jump to the top of your list
- Open more containers → Most recently seen items stay at the top
- Your HUD always shows the items that are most recently accessible to you
- Minecraft 1.21.10 (Fabric)
- Fabric Loader 0.17.3+
- Malilib 0.26.4+
- Download the latest release from Releases
- Place
stormatica-fabric-0.24.5-stormatica-1.0.0.jarin your.minecraft/mods/folder - Disable the original Litematica mod (Stormatica replaces it completely)
- Launch Minecraft
Note: Stormatica is a fork, not an addon. Do not run it alongside the original Litematica.
{
"name": "Tools and Utilities",
"items": [
{"id": "lead","count": 1},
{"id": "saddle","count": 1},
{"id": "spyglass","count": 1},
{"id": "shears","count": 1},
{"id": "diamond_axe","count": 1},
{"id": "diamond_shovel","count": 1},
{"id": "diamond_hoe","count": 1},
{"id": "diamond_pickaxe","count": 1}
]
}minecraft:diamond_sword 1
minecraft:diamond_chestplate 1
minecraft:golden_apple 10
minecraft:ender_pearl 16
minecraft:shield 1
Save files in your schematics folder, then load via "Load Schematics" menu.
Cache sorting is enabled by default!
- Load any material list
- Start opening containers (chests, barrels, shulker boxes, etc.)
- Items you just saw automatically move to the top
- Your HUD now shows the most accessible items first
To change sort order: Click the Item column header to cycle through NAME → CACHE_ORDER → CACHE_ORDER reversed → NAME reversed
- Original Author: masa
- Current Maintainer: Sakura Ryoko
- License: LGPLv3
- Repository: https://github.com/sakura-ryoko/litematica
- Author: cubicmetre
- Features Added: Custom material lists, cache-based sorting
- Based on: Litematica v0.24.5 (Sakura Ryoko's fork)
- License: LGPLv3 (same as original)
git clone https://github.com/cubicmetre/stormatica-extension.git
cd stormatica-extension
./gradlew buildThe built jar file will be in build/libs/
This project is licensed under the GNU Lesser General Public License v3.0 (LGPLv3), the same license as the original Litematica.
- Issues: GitHub Issues
- Litematica: masa's repository
This is an unofficial fork - not supported by the original Litematica team.