From e1feb22144d2821c577cb0a281f77c54306f437c Mon Sep 17 00:00:00 2001 From: Felix Perktold <> Date: Thu, 23 Jul 2026 20:26:04 +0000 Subject: asd --- config/patchouli.json5 | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 config/patchouli.json5 (limited to 'config/patchouli.json5') diff --git a/config/patchouli.json5 b/config/patchouli.json5 new file mode 100644 index 0000000..cb29d9f --- /dev/null +++ b/config/patchouli.json5 @@ -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_ + "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 +} \ No newline at end of file -- cgit v1.2.3