Fellies/config/patchouli-client.toml

14 lines
771 B
TOML
Raw Normal View History

2021-01-28 20:21: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
2021-02-13 10:16:29 +00:00
#Set this to true to use Shift instead of Ctrl for the inventory quick lookup feature.
quickLookupShift = false
2021-01-28 20:21:47 +00:00
#Granular list of Book ID's to disable advancement locking for, e.g. [ "botania:lexicon" ]. Config Flags: advancements_disabled_<bookid>
no_advancement_books = []
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" = ""
2021-02-13 10:16:29 +00:00
#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-01-28 20:21:47 +00:00