Example of Chunk packet. NOT TESTED

This commit is contained in:
Tnze
2021-03-31 19:08:33 +08:00
parent adf77e2661
commit 075a3d3a0a
3 changed files with 72 additions and 2 deletions

View File

@ -1,9 +1,10 @@
package save
import (
"io"
"github.com/Tnze/go-mc/nbt"
pk "github.com/Tnze/go-mc/net/packet"
"io"
)
type BlockState interface {