nbt lib handle TagByte as signed int8 now
This commit is contained in:
@ -29,7 +29,7 @@ type Chunk struct {
|
||||
}
|
||||
|
||||
type Section struct {
|
||||
Y byte
|
||||
Y int8
|
||||
BlockStates struct {
|
||||
Palette []BlockState `nbt:"palette"`
|
||||
Data []int64 `nbt:"data"`
|
||||
|
Reference in New Issue
Block a user