Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1.3 KB

File metadata and controls

22 lines (16 loc) · 1.3 KB

Sources

Online sources referenced during the development of the MCAParser project.

Libraries

  • ViaNBT - Library used for reading and writing NBT tags.

MCA Documentation

  • Region File Format - Documentation on the structure and specifications of region files
  • Anvil File Format - The new format minecraft uses, details the changes from region file format
  • Chunk Format - information on the NBT data structure within Minecraft chunks, including layout and usage.
  • NBT Format - information on the NBT (Named Binary Tag) format, its structure, and usage in Minecraft data files.
  • Data Version - shows which minecraft version correlates to each data version
  • Chunk Data Format - information on how data is stored and accessed in chunks

Other Helpful Links