|
be1a95c27e
|
support unmarshal to interface{} .no TagCompound
|
2019-06-10 16:32:12 +08:00 |
|
|
6be465640f
|
nbt support skip TagIntArray and TagLongArray
|
2019-05-21 00:11:07 +08:00 |
|
|
2c41d9b901
|
return ErrEND when reading a TAG_End
|
2019-05-19 15:44:09 +08:00 |
|
|
e088636fbc
|
fix some misspell
|
2019-05-19 11:55:58 +08:00 |
|
|
0b9984da07
|
support IntArray and LongArray
|
2019-05-18 22:00:52 +08:00 |
|
|
d3c7f45a21
|
use sync.Map to store type info
|
2019-05-18 20:10:05 +08:00 |
|
|
7953808e36
|
implement old NBT format.
TODO: TAG_Int_Array and TAG_Long_Array
|
2019-05-18 19:22:23 +08:00 |
|
|
b2164833f5
|
can parse TagCompound and TagString and TagFloat
|
2019-05-18 18:08:40 +08:00 |
|
|
9cdab82ea3
|
can parse TAG_String
|
2019-05-18 01:08:32 +08:00 |
|