SingleValuePalette

This commit is contained in:
Tnze
2021-12-19 09:53:45 +08:00
parent 70b0fbf1b7
commit 10c3b8771e
4 changed files with 87 additions and 19 deletions

View File

@ -42,5 +42,5 @@ func ExampleNewBitStorage_heightmaps() {
type HeightMaps struct {
MotionBlocking []uint64 `nbt:"MOTION_BLOCKING"`
}
_ = pk.NBT(HeightMaps{bs.Longs()})
_ = pk.NBT(HeightMaps{bs.Raw()})
}