add default configs :3

This commit is contained in:
Lilith Ashley Nyx Arson 🔥 2023-11-05 17:01:03 +01:00
parent 9056c04210
commit 2c7b2bf868
Signed by: root
GPG key ID: 83A53A8C412E93F5
133 changed files with 7853 additions and 1 deletions

View file

@ -0,0 +1,16 @@
{
// Set this to true to disable advancement locking for ALL books, making all entries visible at all times. Config Flag: advancements_disabled
"disableAdvancementLocking": false,
// Granular list of Book ID's to disable advancement locking for, e.g. [ "botania:lexicon" ]. Config Flags: advancements_disabled_<bookid>
"noAdvancementBooks": [],
// 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
"testingMode": false,
// Set this to the ID of a book to have it show up in players' inventories, replacing the recipe book.
"inventoryButtonBook": "",
// Set this to true to use Shift instead of Ctrl for the inventory quick lookup feature.
"useShiftForQuickLookup": false,
// Set how to handle text overflow: OVERFLOW the text off the page, TRUNCATE overflowed text, or RESIZE everything to fit. Relogin after changing.
"textOverflowMode": "RESIZE",
// How long in ticks the quick lookup key needs to be pressed before the book opens
"quickLookupTime": 10
}