~williewillus/patchouli

8134f6dc8a00e46b9a66802b072eb9555737ad72 — Vincent Lee 2 years ago 30c5133
Note that pamphlets are only available in 1.18

Closes #570
2 files changed, 4 insertions(+), 0 deletions(-)

M web/docs/patchouli-basics/pamphlets.md
M web/docs/reference/book-json.md
M web/docs/patchouli-basics/pamphlets.md => web/docs/patchouli-basics/pamphlets.md +2 -0
@@ 1,5 1,7 @@
# Pamphlets

Available in Patchouli 1.18.2-68 or above.

Sometimes, an entire book with multiple categories is too bloated for a 
small mod or project. For this use-case, Patchouli offers *pamphlets*,
which are a special type of book with only one category.

M web/docs/reference/book-json.md => web/docs/reference/book-json.md +2 -0
@@ 118,6 118,8 @@ default to the book's icon (which is the recommended value).

* **pamphlet** (String)

Available in Patchouli 1.18.2-68 or above.

Defaults to false. If true, marks this book as a [pamphlet](../patchouli-basics/pamphlets.md).

* **show_progress** (boolean)