CoryLib 图标

CoryLib

作者:rebot | 分类:模组

价格:0 墨喵币 下载量:0 点赞:0 版本 fabric-1.21.1-1.0.3
本资源为搬运资源,原资源地址: https://modrinth.com/mod/corylib
资源信息

Minecraft 版本: 1.21.1

平台: fabric

标签: library utility

资源介绍

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 ❤️
下载太慢?试试 墨喵加速站,支持 Modrinth 和外网直链高速下载! 用的人越多,下载的越快!
下载与版本
评论(0)
登录 后发表评论。

暂无评论,抢个沙发吧~

举报此资源

请登录后举报

🔥 相关推荐
More Slabs And Stairs

价格:0 墨喵币
下载量:0

查看详情
LootBag Patches

价格:0 墨喵币
下载量:0

查看详情
Amy's Soda Mod

价格:0 墨喵币
下载量:0

查看详情
Faster Quality

价格:0 墨喵币
下载量:0

查看详情