From 444cecb194021c77b5d74b5182398757810a2e0a Mon Sep 17 00:00:00 2001 From: Alex Howe Date: Tue, 7 May 2024 21:01:41 +0100 Subject: [PATCH] Updated feature description for new book edit packet --- data/pc/common/features.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/pc/common/features.json b/data/pc/common/features.json index 8d841c651..c97a782f2 100644 --- a/data/pc/common/features.json +++ b/data/pc/common/features.json @@ -238,7 +238,7 @@ }, { "name": "hasEditBookPacket", - "description": "book editing is handled through a packet", + "description": "book editing is handled through a packet with the updated book item", "versions": [ "1.13", "1.17.1" @@ -246,7 +246,7 @@ }, { "name": "hasNonNbtEditBookPacket", - "description": "book editing is handled through a packet", + "description": "book editing is handled through a packet with the pages and title", "versions": [ "1.18", "latest"