Additions
- The name displayed by the dynamic book can now be changed from the default "Book" by specifying the
dynamic_book_name
property in the book's definition. This property expects a Minecraft text object (which includes literal strings)
This build is a direct backport of 0.1.4 for 1.20.3, refer to the previous changelog for feature information
Additions
- Entries which the player did not read yet are now highlighted in the book to improve discovery
- Categories and entries can now use a GUI sprite instead of an item for their icon through the
icon_sprite
frontmatter property - Translation keys can now be embedded into entries and categories using the new
%{translation.key.here}%
syntax
Fixes
- Page-wrapping of the elements in entry indices is now fixed, stopping entries with multiline titles from pushing others off the page