pyCraft icon indicating copy to clipboard operation
pyCraft copied to clipboard

Process chunk data from chunk data packet

Open ghost opened this issue 4 years ago • 2 comments

Hi, I recently implemented a chunk data packet, and now that I am able to actually get all the chunk data, I need to know how to process the data. I really don't have much experience with this, so that's why I need help here. What I need is just a way to get blocks from the chunk, or even better, get blocks from specific coordinates. Im not sure how to implement this, so that's why I'm asking, Thanks, Jack.

ghost avatar May 10 '20 22:05 ghost

How did you implement the chunk data packet and can you post how the packet looks like?

MLG-fun avatar Jun 23 '20 15:06 MLG-fun

see https://wiki.vg/Chunk_Format#Data_structure

Kuba314 avatar Sep 10 '20 10:09 Kuba314