Added Book Support

This commit is contained in:
Anon 2026-05-02 17:52:17 +02:00
parent 8ba95c6140
commit c94be261fd
15 changed files with 1275 additions and 3 deletions

View file

@ -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