Releases: wisp-forest/lavender
Releases · wisp-forest/lavender
[1.21.4] Lavender - 0.1.15
Additions
- Refer to the changelog of 0.1.15 for 1.21
Fixes
- Recipes with empty slots in their subgrid (eg. the vanilla clock or stairs recipes) no longer cause a crash when displayed in a book
[1.21+] Lavender - 0.1.15
Additions
- Lavender can now display toasts when a new entry is unlocked in a book (backported by enjarai). To configure this for a book, add a
new_entries_toast
object to the book definition and populate it as follows:"new_entries_toast": { "icon_stack": "mymod:my_book_item", "book_name": "A Book Title", "background_sprite": "mymod:a_sprite_id" // this is optional, lavender supplies a unique texture by default }
- Entries now support declaring extra search terms in an array under
additional_search_terms
in the entry frontmatter (implemented by enjarai)
[1.21.4] Lavender - 0.1.14
This is a straightforward port to 1.21.4 - support for older versions will be dropped
[1.21.2+] Lavender - 0.1.14
This is a straightforward port to 1.21.2 - support for older versions will be dropped
[1.21+] Lavender - 0.1.14
Fixes
- Wrapping of the entry index on the landing page should now work correctly in the presence of nested categories
[1.21] Lavender - 0.1.13
Fixes
- Lavender now bundles a newer version of the
lavender-md
markdown library to fix parsing of multiple parameters in the owo-ui template syntax
[1.21] Lavender - 0.1.12
Fixes
- Lavender book items now check for invalid book IDs on the client, removing the constant " tried to open unknown book with id " logging on servers
- The
get-lavender-book
command is now client-side (to make it work properly when playing on a dedicated server) and expands to an appropriate invocation of the vanilla/give
command when executed
[1.21] Lavender - 0.1.11
Fixes
- Resource condition matching for book contents (entries and categories), which was disabled during the port to 1.21, has been readded
[1.21] Lavender - 0.1.10
This release is primarily a port to 1.21 - support for older versions will be dropped. Additionally, structure preview rendering now works properly in Fabulous! graphics mode (#2)
[1.20.5+] Lavender - 0.1.9
Refer to 0.1.8 for 1.20.3+ and 0.1.9 for 1.20.3+