Update README.md

This commit is contained in:
Zontreck 2023-10-14 11:38:12 -07:00
parent 2be4ae9337
commit ac659f710e

View file

@ -10,4 +10,17 @@ of use was the main goal here. If you wish to contribute to this project and add
NOTE: Registry also introduces other tag types. Any tag type not found in the base NBT specification includes a
converter method. Please be sure to use those when utilizing NBT instead of Registry data.
Format Specification:
```
{ 'Total Length' 128 bytes
'Version' 1 byte
'Patch' 1 byte
'Format signature' variable bytes - UTF String
'Creator signature' variable bytes - UTF String prefixed with a 32-bit integer
'Timestamp' 8 bytes
'Number of tags' 4 bytes
}
```
https://github.com/zontreck/TP.Java.Registry