Skip to content

Commit

Permalink
1.18+ Book editing feature (#876)
Browse files Browse the repository at this point in the history
* Added feature for 1.18+ book editing packet

* Updated feature description for new book edit packet

* replace hasNonNbtEditBookPacket with editBookPacketUsesNbt

* Update features.json

---------

Co-authored-by: extremeheat <[email protected]>
  • Loading branch information
unlimitedcoder2 and extremeheat authored Jun 14, 2024
1 parent 67a392d commit af0ce69
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions data/pc/common/features.json
Original file line number Diff line number Diff line change
Expand Up @@ -238,11 +238,13 @@
},
{
"name": "hasEditBookPacket",
"description": "book editing is handled through a packet",
"versions": [
"1.13",
"latest"
]
"description": "book editing is handled through a packet with the updated book item",
"versions": ["1.13", "latest"]
},
{
"name": "editBookPacketUsesNbt",
"description": "edit_book packet sends a new book item (with its NBT containing page data) to server",
"versions": ["1.13", "1.17.1"]
},
{
"name": "clientUpdateBookIdWhenSign",
Expand Down

0 comments on commit af0ce69

Please sign in to comment.