simple conversion between save.Chunk and level.Chunk

This commit is contained in:
Tnze
2021-12-20 15:32:44 +08:00
parent 5bc8513039
commit 5acd7f73c5
7 changed files with 376 additions and 189 deletions

View File

@ -2,9 +2,10 @@ package level
import (
"fmt"
pk "github.com/Tnze/go-mc/net/packet"
"io"
"math"
pk "github.com/Tnze/go-mc/net/packet"
)
const indexOutOfBounds = "index out of bounds"