You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
1004 B
TOML

[client]
#Set how text overflow should be coped with: overflow the text off the page, truncate overflowed text, or resize everything to fit. Relogin after changing.
#Allowed Values: OVERFLOW, TRUNCATE, RESIZE
textOverflowMode = "OVERFLOW"
#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
#Set this to true to use Shift instead of Ctrl for the inventory quick lookup feature.
quickLookupShift = false
#Granular list of Book ID's to disable advancement locking for, e.g. [ "botania:lexicon" ]. Config Flags: advancements_disabled_<bookid>
no_advancement_books = []
#Set this to the ID of a book to have it show up in players' inventories, replacing the recipe book.
"Inventory Button Book" = ""
#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