System Storage Lib

Quick rating

Community listing page, reviews here may not be monitored by the author.

System Storage Lib

By LeawindOwner

No reviews yet

A lib mod that provides standardized system-level persistent storage

Mod Loaders
Minecraft
26.2

About

Description

System Storage Lib

System Storage Lib

一个 Minecraft 库模组,提供遵循操作系统数据目录规范的系统级持久化存储。

A Minecraft library mod providing system-level persistent storage following OS data directory conventions.

文档 | Documentation

Path data = SystemStorageLib.getInstance() // Get singleton
    .scope("example_mod")                  // Your scope, better with mod id
    .directory(StoreType.DATA);            // get directory path of the store type

Mod version Minecraft version

Modrinth Downloads

GitHub License

System Storage Lib

System Storage Lib

一个 Minecraft 库模组,提供遵循操作系统数据目录规范的系统级持久化存储。

A Minecraft library mod providing system-level persistent storage following OS data directory conventions.

文档 | Documentation

Path data = SystemStorageLib.getInstance() // Get singleton
    .scope("example_mod")                  // Your scope, better with mod id
    .directory(StoreType.DATA);            // get directory path of the store type

Mod version Minecraft version

CurseForge Downloads Modrinth Downloads

GitHub License