Update README.md

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

View file

@ -6,8 +6,21 @@ miscellaneous data.
Registry does technically include a method for saving as NBT and reading NBT. But, this is not the main priority. Ease
of use was the main goal here. If you wish to contribute to this project and add full NBT support, you may do so.
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