CoryLib
ModUnified data storage and synchronization library for Minecraft mods. ⚙️
Type
Mod
Modrinth Downloads
470
Modrinth ID
CeLdcY0u
Last Updated
Jul 29, 2026
Description
CoryLib⚡
A Minecraft Library for unified data storage and synchronization library for Minecraft mods.
Designed for mods that need a clean way to store, retrieve, version, and synchronize data across server, dimension, player, and client contexts.

So, why CoryLib? 🤷♂️
Minecraft mods often reimplement the same data systems over and over:
- Dimension-specific state
- Client preferences
- Server-to-client sync
- Runtime-only transient data
So CoryLib provides one fluent API for all of those cases.
public static final CoryContext DATA = CoryData.init("my_mod"); public static final DataEntry<ServerPlayer, Integer> KILLS = DATA.player("kills", Codec.INT) .defaultValue(0) .storage(Storage.DISK) .version(1) .sync(SyncTrigger.IMMEDIATE) .build();You can check the repository for details and guides.

You can support by simply downloading the mod or donating me! Thanks if you do! 💕
This was made by devs, to devs ❤️Compatibility
Mod Loaders
Game Versions
Recommended Gear
AffiliateHardware and extras that pair well with this mod.
As an Amazon Associate I earn from qualifying purchases.
Similar Mods
Minecolonies EMI Integration
This mod adds the ability to export the required materials from the minecolonies resource scroll to the EMI inventory sc...
Fried Snow
Fire fried snowballs at your enemies
Easy Wither Skeleton Skull
Get Wither Skeleton Skull without going to the nether
Protector Core
Multi-level static defense cores. 2-block tall guardian statues that evolve through 5 tiers (Copper to Netherite). Featu...
is Typing
Lightweight typing indicator for Minecraft multiplayer that shows when other players are composing chat messages.
Pick Up A Fish!
A simple mod that allows the player to catch fish with their hand