File Details
2.0.0+1.20.1-beta.2
- B
- Aug 2, 2024
- 69.12 KB
- 10
- 1.20.1
- Forge + 1
File Name
OfflinePlayerCache-Forge-2.0.0+1.20.1-beta.2-dev-shadow.jar
Supported Versions
- 1.20.1
Curse Maven Snippet
Additions 🍎
- Hey, hey, I figured out how to do a multi-loader project! (sorta)
- This update is compatible for (hopefully) all loaders.
Changes 🌽
- Rewrote the cache (again).
- The cache now uses a record-based system for registering with a provided Codec.
- Register your record using
OfflinePlayerCacheAPI#register. - Get your cache using
OfflinePlayerCacheAPI#getCache.
- Proper documentation will arrive upon release.

