File Details
lavender-0.1.15+1.21-sources.jar
- R
- Jan 20, 2025
- 295.41 KB
- 6
- 1.21.1+1
- Fabric + 1
File Name
lavender-0.1.15+1.21-sources.jar
Supported Versions
- 1.21.1
- 1.21
Curse Maven Snippet
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_toastobject 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_termsin the entry frontmatter (implemented by enjarai)

