2021-01-28 20:11:47 +00:00
|
|
|
|
|
|
|
[client]
|
|
|
|
#Set this to true to disable advancement locking for ALL books, making all entries visible at all times. Config Flag: advancements_disabled
|
|
|
|
"Disable Advancement Locking" = false
|
|
|
|
#Granular list of Book ID's to disable advancement locking for, e.g. [ "botania:lexicon" ]. Config Flags: advancements_disabled_<bookid>
|
|
|
|
no_advancement_books = []
|
|
|
|
#Enable testing mode. By default this doesn't do anything, but you can use the config flag in your books if you want. Config Flag: testing_mode
|
|
|
|
"Testing Mode" = false
|
2021-02-12 14:22:54 +00:00
|
|
|
#Set this to the ID of a book to have it show up in players' inventories, replacing the recipe book.
|
|
|
|
"Inventory Button Book" = ""
|
|
|
|
#Set this to true to use Shift instead of Ctrl for the inventory quick lookup feature.
|
|
|
|
quickLookupShift = false
|
2021-01-28 20:11:47 +00:00
|
|
|
|