simple conversion between save.Chunk and level.Chunk
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user