Lavender API

A Guidebook API and alternative to Patchouli
Back to Files

[1.21+] Lavender - 0.1.15

File namelavender-0.1.15+1.21.jar
Uploader
gliscowogliscowo
Uploaded
Jan 20, 2025
Downloads
1.5M
Size
526.9 KB
Mod Loaders
FabricQuilt
File ID
6107175
Type
R
Release
Supported game 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"

Learn more about Curse Maven

What's new

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)

This mod has no related projects