PaginatedAdvancements.json5 855 B

1234567891011121314151617181920212223242526
  1. {
  2. // Fade the background slightly gray when hovering over an advancement
  3. "FadeOutBackgroundOnAdvancementHover": true,
  4. // List of pinned Tabs (root advancement identifier)
  5. "PinnedTabs": [
  6. "minecraft:adventure/root",
  7. "ariadne:decoration/root",
  8. "ariadne:equipment/root",
  9. "minecraft:husbandry/root",
  10. "ariadne:magic/root",
  11. "ariadne:storage/root",
  12. "ariadne:tech/root",
  13. "ariadne:utilities/root",
  14. "ariadne:world/root"
  15. ],
  16. // Save and restore the last selected tab
  17. "SaveLastSelectedTab": true,
  18. // The identifier of the last opened tab
  19. "LastSelectedTab": "ariadne:world/root",
  20. // Spacing between horizontal tabs (vanilla default: 4)
  21. "SpacingBetweenHorizontalTabs": 4,
  22. // Spacing between pinned tabs
  23. "SpacingBetweenPinnedTabs": 1,
  24. // Always Show Debug Info (default: only when advanced tooltips enabled)
  25. "AlwaysShowDebugInfo": false
  26. }