When i was trying to create compressing tool for minecraft worlds and starts trying to extract chunks' NBT data I found that "padding to be a multiple of 4096B" which should be filled with zeroes is filled with some data. I found this data only in Forge world saves. Does Minecraft Forge save some data in region (.mca) files? If it is, what is this data is, like is this NBT or compressed NBT or other type of data?
Hope you will understand me.
Thanks in advance!