mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2026-08-29 13:04:59 +00:00
Added Book Support
This commit is contained in:
parent
8ba95c6140
commit
c94be261fd
15 changed files with 1275 additions and 3 deletions
|
|
@ -816,6 +816,11 @@ namespace MinecraftClient.Protocol.Handlers
|
|||
return false; //MC 1.8-1.12.1 recipe book not supported
|
||||
}
|
||||
|
||||
public bool SendEditBook(Item currentBook, IReadOnlyList<string> pages, string? title, string author, int selectedHotbarSlot)
|
||||
{
|
||||
return false; //MC 1.4.6-1.6.4 book editing is not supported
|
||||
}
|
||||
|
||||
public bool SendCloseWindow(int windowId)
|
||||
{
|
||||
return false; //Currently not implemented
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue