Commit Graph

20 Commits

Author SHA1 Message Date
cbf5a7c053 Fix the issue of snbt decoding when Tag*Arrays in TagCompound 2023-04-24 01:04:21 +08:00
7bef059b44 Fix nbt bugs that cannot handle tagNames contains commas 2023-04-16 20:42:28 +08:00
a42267ba31 Replace all interface{} to any 2023-04-05 19:35:20 +08:00
e717b9c6db Add option to disallow unknown fields 2023-02-21 02:02:04 -05:00
fad92fe364 format repo with "gofumpt" tool 2022-11-26 20:37:57 +08:00
d94993f34f better nbt error message & dimensioncodec decoder 2022-06-19 23:05:10 +08:00
474d6a229b player and dimension loader with ecs system 2022-05-27 00:38:46 +08:00
588b7872f1 nbt can encode or decode bool values as TagByte and []bool as TagByteArray now. close #175 2022-05-20 13:18:39 +08:00
e73be166bd Support decode ByteArray as []int8 2022-05-17 12:15:24 +08:00
cc1cd6874d fix nbt test panic 2022-03-13 12:17:21 +08:00
2aace6b51a bot can receive chunks now 2022-03-13 11:57:02 +08:00
d8695636b6 nbt lib handle TagByte as signed int8 now 2022-03-11 14:37:47 +08:00
a05f8e0a33 All block states' properties are parsed and all enums represented as byte 2022-03-11 14:02:21 +08:00
aa8e611644 support block state & nbt improvement 2022-03-09 16:12:47 +08:00
6500fbeaab Document append. SNBT encoding bug fix (TagList) 2021-07-09 16:23:26 +08:00
08d2c03a58 Supplement document of nbt API 2021-07-06 09:41:32 +08:00
d7091db5b3 NBT RawMessage fully support 2021-07-05 00:58:41 +08:00
ebc44e7c8b Fix unmarshal error in nbt 2021-07-04 00:59:42 +08:00
8ecb6478a6 Add nbt.RawMessage 2021-07-04 00:37:41 +08:00
6558738f48 support encoding map #98 2021-04-02 13:42:05 +08:00