diff --git a/patches/api/Adventure.patch b/patches/api/Adventure.patch index 541f57bfc..b17b7ff02 100644 --- a/patches/api/Adventure.patch +++ b/patches/api/Adventure.patch @@ -4431,7 +4431,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 + * Sets the specified page in the book. Pages of the book must be + * contiguous. + *
-+ * The data can be up to 256 characters in length, additional characters ++ * The data can be up to 1024 characters in length, additional characters + * are truncated. + *
+ * Pages are 1-indexed. @@ -4442,8 +4442,8 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 + void page(int page, net.kyori.adventure.text.@NotNull Component data); + + /** -+ * Adds new pages to the end of the book. Up to a maximum of 50 pages with -+ * 256 characters per page. ++ * Adds new pages to the end of the book. Up to a maximum of 100 pages with ++ * 1024 characters per page. + * + * @param pages A list of strings, each being a page + */