Palette support 1
This commit is contained in:
@ -2,6 +2,8 @@
|
||||
// You can build the server you want by combining the various functional modules provided here.
|
||||
// An example can be found in examples/frameworkServer.
|
||||
//
|
||||
// This package is under rapid development, and any API may be subject to break changes
|
||||
//
|
||||
// A server is roughly divided into two parts: Gate and GamePlay
|
||||
//
|
||||
// +---------------------------------------------------------------------+
|
||||
@ -24,7 +26,9 @@
|
||||
// The implement of Gameplay will provide later.
|
||||
package server
|
||||
|
||||
import "github.com/Tnze/go-mc/net"
|
||||
import (
|
||||
"github.com/Tnze/go-mc/net"
|
||||
)
|
||||
|
||||
const ProtocolName = "1.18.1"
|
||||
const ProtocolVersion = 757
|
||||
|
Reference in New Issue
Block a user