Implement multiplayer persistence and vanilla lighting
This commit is contained in:
parent
8f7cacf9d9
commit
cae06eb97e
47 changed files with 3784 additions and 465 deletions
|
|
@ -7,14 +7,6 @@ import (
|
|||
"regionio/internal/registry"
|
||||
)
|
||||
|
||||
// ClientSettings holds the subset of client_information we currently track.
|
||||
type ClientSettings struct {
|
||||
Locale string
|
||||
ViewDistance int8
|
||||
ChatMode int32
|
||||
MainHand int32
|
||||
}
|
||||
|
||||
// beginConfiguration is called on entering the configuration phase. It mirrors
|
||||
// the vanilla opening sequence: server brand, enabled feature flags, then the
|
||||
// known-packs negotiation. The client's known-packs reply triggers the registry
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue