Jump to content

minizbot2012

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by minizbot2012

  1. I've done something similar to this, in a currently developing mod (waiting on my texturer to get back to work). It implements 2 hash-maps or "Caches" one on the client and one on the server. Syncing them however has to split the data in parts, then send the parts as they're generated. I use a ChunkDataEvent.Load to load the data into my hash maps, the save event get them from the "server" cache, and saves them into the chunk data. Then i use the ChunkEvent.unload to mark them for removal.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.