nbt lib handle TagByte as signed int8 now

This commit is contained in:
Tnze
2022-03-11 14:37:47 +08:00
parent 57b117044f
commit d8695636b6
3 changed files with 41 additions and 35 deletions

View File

@ -29,7 +29,7 @@ type Chunk struct {
}
type Section struct {
Y byte
Y int8
BlockStates struct {
Palette []BlockState `nbt:"palette"`
Data []int64 `nbt:"data"`