SkyLight and BlockLight

This commit is contained in:
Tnze
2022-05-21 12:06:19 +08:00
parent 2b92ad6b4c
commit 5f3f66e9cf
2 changed files with 40 additions and 16 deletions

View File

@ -45,8 +45,8 @@ type Section struct {
Palette []string `nbt:"palette"`
Data []uint64 `nbt:"data"`
} `nbt:"biomes"`
SkyLight []int8
BlockLight []int8
SkyLight []byte
BlockLight []byte
}
type BlockState struct {