From 170ebbbd560486289b1b2ace3ae2c8b3b6f9c903 Mon Sep 17 00:00:00 2001 From: PseudoKnight Date: Tue, 27 Feb 2024 22:46:06 -0800 Subject: [PATCH] Update book meta limits --- src/main/resources/functionDocs/get_itemmeta | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/functionDocs/get_itemmeta b/src/main/resources/functionDocs/get_itemmeta index eee0ff153..1cfe884c1 100644 --- a/src/main/resources/functionDocs/get_itemmeta +++ b/src/main/resources/functionDocs/get_itemmeta @@ -44,9 +44,9 @@ The entity's custom name is derived from the item '''"display"''' string. All ot |- | Books | -* '''title''' : (string) The title of the book. +* '''title''' : (string) The title of the book. (32 character limit) * '''author''' : (string) The author of the book. -* '''pages''' : (array) An array of pages as strings. New lines supported. 256 character limit per page. 50 page limit. +* '''pages''' : (array) An array of pages as strings. New lines supported. (100 page limit) * '''generation''' : (string) The generation of the book. Can be ORIGINAL, COPY_OF_ORIGINAL, COPY_OF_COPY, or TATTERED (the last two cannot be copied). As pages are plain text, they do not yet support some advanced text components. |-