promotional bannermobile promotional banner

Lavender API

A Guidebook API and alternative to Patchouli

File Details

[1.21+] Lavender - 0.1.15

  • R
  • Jan 20, 2025
  • 526.86 KB
  • 1.3M
  • 1.21.1+1
  • Fabric + 1

File Name

lavender-0.1.15+1.21.jar

Supported Versions

  • 1.21.1
  • 1.21

Curse Maven Snippet

Fabric

modImplementation "curse.maven:lavender-api-962916:6107175"

Quilt

modImplementation "curse.maven:lavender-api-962916:6107175"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

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)