Skip to content

Releases: wisp-forest/lavender

[1.21.4] Lavender - 0.1.15

20 Jan 17:11
96ff335
Compare
Choose a tag to compare

Additions

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

20 Jan 17:07
4e66b13
Compare
Choose a tag to compare

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

29 Dec 16:51
a406a12
Compare
Choose a tag to compare

This is a straightforward port to 1.21.4 - support for older versions will be dropped

[1.21.2+] Lavender - 0.1.14

08 Nov 21:16
671cb85
Compare
Choose a tag to compare

This is a straightforward port to 1.21.2 - support for older versions will be dropped

[1.21+] Lavender - 0.1.14

03 Nov 20:38
3205f28
Compare
Choose a tag to compare

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

25 Aug 21:25
1d982dd
Compare
Choose a tag to compare

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

18 Aug 21:40
cfa97cd
Compare
Choose a tag to compare

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

03 Jul 11:35
449e58c
Compare
Choose a tag to compare

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

15 Jun 21:39
652b3ca
Compare
Choose a tag to compare

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

18 May 15:19
d9a1d22
Compare
Choose a tag to compare