convert between save.Chunk and level.Chunk

This commit is contained in:
Tnze
2021-12-20 01:50:31 +08:00
parent 8eaae6a202
commit 5bc8513039
7 changed files with 143 additions and 93 deletions

View File

@ -10,7 +10,7 @@ import (
type PlayerData struct {
DataVersion int32
Dimension int32
Dimension string
Pos [3]float64
Motion [3]float64
Rotation [2]float32