Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 274 Bytes

File metadata and controls

15 lines (10 loc) · 274 Bytes

nbt

standalone nbt library borrowed from gophertunnel

nothing much interesting to see here

it's just two extra feature included

// treats []byte/int32/int64 as array tag
Other []byte `nbt:",array"`

// catches all extra fields
Extra map[string]any `nbt:"*"`