[Suggestion] Enable disabling the book
Martmists-GH opened this issue ยท 7 comments
Description
As a modpack developer, I'd like to disable receiving the guidebook, instead adding it to an Akashic Tome of Tools.
you can use openloader or kubejs and make a datapack
use folder structure and make these folders:
betterend/patchouli_books/guidebook
add a file called book.json and insert {} and save
Wouldn't that make the book unusable? I'm just aiming to make the mod not give you the book on its own.
And from what I can tell, that'd require a condition in this: https://github.com/quiqueck/BetterEnd/blob/1.20/src/main/java/org/betterx/betterend/integration/Integrations.java#L32