mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
Add support for Minecraft Settings
- Add Minecraft vanilla settings from Settings screen - These settings are sent to server when joining - Allows to customize skin layers shown to other players - Most other settings are ignored by servers - Update language file from 1.9 to 1.10 version - Minor aesthetic changes in INI file comments Suggestion by TNT-UP in issue #161 and Splodger1 in MC Forum.
This commit is contained in:
parent
b1d4f85b23
commit
61ce935c63
5 changed files with 192 additions and 38 deletions
|
|
@ -626,6 +626,11 @@ namespace MinecraftClient.Protocol.Handlers
|
|||
return false; //Only supported since MC 1.7
|
||||
}
|
||||
|
||||
public bool SendClientSettings(string language, byte viewDistance, byte difficulty, byte chatMode, bool chatColors, byte skinParts, byte mainHand)
|
||||
{
|
||||
return false; //Currently not implemented
|
||||
}
|
||||
|
||||
public bool SendLocationUpdate(Location location, bool onGround)
|
||||
{
|
||||
return false; //Currently not implemented
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue