This website requires JavaScript.
Explore
Help
Sign In
falloutBot
/
go-mc
Watch
2
Star
0
Fork
0
You've already forked go-mc
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
4bd9c44f304bf4a69b443fb09a85af71f5961c08
go-mc
/
nbt
History
Tnze
4bd9c44f30
NBT parser can unmarshal TagCompound as map[string]interface{} now
2019-07-31 20:25:41 +08:00
..
example_test.go
fix example output error
2019-05-19 00:23:54 +08:00
marshal_test.go
Marshal without test and TagList
2019-05-19 00:15:14 +08:00
marshal.go
修正代码中的若干拼写错误
2019-07-16 23:28:02 +08:00
nbt_test.go
Fix the NBT decoder panic if length less than 0
2019-07-24 14:14:33 +08:00
nbt.go
infer compress type before decode NBT fail
2019-07-31 17:31:16 +08:00
read.go
NBT parser can unmarshal TagCompound as map[string]interface{} now
2019-07-31 20:25:41 +08:00
README.md
try read ChunkData
2019-05-21 00:11:27 +08:00
typeinfo.go
修正代码中的若干拼写错误
2019-07-16 23:28:02 +08:00
README.md
NBT
This package implement the Named Binary Tag format of Minecraft.
Docs