CoryLib
ModUnified data storage and synchronization library for Minecraft mods. ⚙️
Type
Mod
Modrinth Downloads
23
Modrinth ID
CeLdcY0u
Last Updated
May 30, 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
Similar Mods
Asian Kitchen
every country 5 foods (not all country's yet)
Better Crafts: Dirt Path
Better Crafts: Dirt Path is a data pack that allows you to craft dirt path [1.16.x - 26.1.x]
Better Crafts: Nautilus Armor
Better Crafts: Nautilus Armor is a data pack that allows you to craft nautilus armor [1.21.11 - 26.1.x]
reiner2009's morningstar mod
This mod adds the weapon morningstar.
Extended Food
| A Much-Needed Food Expansion |
Tnt Arrow Counter
A mod that makes it so you can't get railgunned or trapped, shows the amount of arrows and tnt minecarts in your render...