Compatibility
Minecraft: Java Edition
26.2
26.1.x
1.21.x
1.20.x
1.19.x
Platforms
Supported environments
Client-side
Server-side
Client and server
Creators
Details
Licensed MIT
Published 2 months ago
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


