-
Notifications
You must be signed in to change notification settings - Fork 14
Description
Hey guys, sorry I thought this project was dead at 1.18.2.
I have removed NBTChunkMD and rewrote my whole caching system.
Currently, I am looking into if i can bring it back in via a compatibility layer. I think I can, but no promises.
Otherwise, you can adapt to the new caching system based on the version of JM.
If I can revert it, it will only be for 1.21.1(if you are supporting it) and 1.21.11, since that looks like your current target.
I will not add it past 1.21.11 though. you'll need to look into JMChunkSnapshot which uses a new binary model that contains enough data for JM to map all layers and maptypes. Much smaller than all the other region cache files combined, though individually chunks in the cache are a little larger.
I've added encode/decode methods for easy conversion to friendByteBuffer, these chunks are usually less than 20kb. over the wire.