mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Implemented "Click Window" for 1.18 (now sending the new required fields), formated few files with Visual Studio formatting. PS: left debug for people to see, I'll remove it once everything is working
This commit is contained in:
parent
b5c4cd7566
commit
3d8c112159
7 changed files with 94 additions and 29 deletions
|
|
@ -25,6 +25,11 @@ namespace MinecraftClient.Inventory
|
|||
/// </summary>
|
||||
public string Title;
|
||||
|
||||
/// <summary>
|
||||
/// state of container
|
||||
/// </summary>
|
||||
public int StateID;
|
||||
|
||||
/// <summary>
|
||||
/// Container Items
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue