1234567891011121314151617181920212223242526 |
- {
- // Fade the background slightly gray when hovering over an advancement
- "FadeOutBackgroundOnAdvancementHover": true,
- // List of pinned Tabs (root advancement identifier)
- "PinnedTabs": [
- "minecraft:adventure/root",
- "ariadne:decoration/root",
- "ariadne:equipment/root",
- "minecraft:husbandry/root",
- "ariadne:magic/root",
- "ariadne:storage/root",
- "ariadne:tech/root",
- "ariadne:utilities/root",
- "ariadne:world/root"
- ],
- // Save and restore the last selected tab
- "SaveLastSelectedTab": true,
- // The identifier of the last opened tab
- "LastSelectedTab": "ariadne:world/root",
- // Spacing between horizontal tabs (vanilla default: 4)
- "SpacingBetweenHorizontalTabs": 4,
- // Spacing between pinned tabs
- "SpacingBetweenPinnedTabs": 1,
- // Always Show Debug Info (default: only when advanced tooltips enabled)
- "AlwaysShowDebugInfo": false
- }
|