.brarchive
is a simple uncompressed text archive format Bedrock decided to invent for some reason. It stores the contents of a single directory.
The binary format of the file is as follows:
The file begins with a 16-byte header containing metadata.
- 8 bytes: Magic number. Always equals
7d2725b1a0527026
. - 4 bytes: Little-endian integer. Number of entries in the archive.