Back to mods
CoryLib project artwork

Modrinth · Minecraft mod

CoryLib

Unified data storage and synchronization library for Minecraft mods. ⚙️

Choose a version Pick your version below, then grab the matching file.

Quick answer

Which CoryLib release should I use?

Updated 2 months ago
Latest stable file fabric-1.21.1-1.0.3
Game version 1.21.1
Loader Fabric

CoryLib fabric-1.21.1-1.0.3 targets 1.21.1 with Fabric. Installation on the client is optional. Installation on the dedicated server is optional. All 2 required mods have matching files.

Where it goes

Is CoryLib required on the client, server, or both?

Installation on the client is optional. Installation on the dedicated server is optional.

Client Optional
Dedicated server Optional
Loader for this release Fabric
Required install it here Optional supported, not mandatory Not supported do not install here Source doesn’t say do not assume

The source marks this as usable on both the client and server.

What else does CoryLib fabric-1.21.1-1.0.3 need?

fabric-1.21.1-1.0.3. Change the file and its required mods may change too.

All 2 required mods have matching files

Install Architectury API, Fabric API first. We found matching files for this game-version and loader setup.

Architectury API Needed by CoryLib fabric-1.21.1-1.0.3
required
Matching file found Matched file: 13.0.11+fabric
Fabric API Needed by CoryLib fabric-1.21.1-1.0.3
required
Matching file found Matched file: 0.116.17+1.21.1

We only count dependency files that match this setup. A file for another loader does not fill the gap.

Before you install it

Add CoryLib without breaking your instance.

Built for CoryLib fabric-1.21.1-1.0.3. Pick another file and the loader, install side or required mods may change.

  1. 01

    Stick to this file

    Use fabric-1.21.1-1.0.3. It targets 1.21.1 with Fabric; another release may have different loader, side or dependency requirements.

  2. 02

    Bring the mods it needs

    Install Architectury API, Fabric API first. We found matching files for this game-version and loader setup.

  3. 03

    Put it on the correct side

    Installation on the client is optional. Installation on the dedicated server is optional.

  4. 04

    Pick the file you checked

    Use the “Get this file” button beside fabric-1.21.1-1.0.3. It opens that exact file at the source.

About this project

What does CoryLib add?

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.

line

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.

line

You can support by simply downloading the mod or donating me! Thanks if you do! 💕

This was made by devs, to devs ❤️

Project description from Modrinth.

Pick your setup

CoryLib by Minecraft version and loader

Choose the version and loader you play, then open the matching release.

22 available setups

Check the dependencies, then try the file in a copied instance before changing a world you care about.

Recent files

CoryLib versions and loaders

12 of 12 releases match

Looking for an older file? The official Modrinth project page is in Resources.