Axiom Chinese DocumentationAxiom Chinese Documentation
Home
  • Introduction
  • Builder Mode
  • Capabilities
  • Editor Mode
  • Tools
  • Advanced
  • 简体中文
  • 繁體中文
  • English
GitHub
Home
  • Introduction
  • Builder Mode
  • Capabilities
  • Editor Mode
  • Tools
  • Advanced
  • 简体中文
  • 繁體中文
  • English
GitHub
  • Introduction
  • Builder Mode
    • Move
    • Clone
    • Stack
    • Smear
    • Extrude
    • Erase
    • Setup Symmetry
  • Capabilities
    • Tinker
    • No Updates
    • Force Place
    • Replace Mode
    • Bulldozer
  • Editor Mode
    • Main Menu Bar
    • Clipboard and Placements
    • Selections
    • Gizmos
    • Blueprints
    • Views
    • Tool Masks
    • Active Block
    • Target Info
    • History
    • World Properties
    • Tool Presets
  • Tools
    • Selection Tools
      • Box Select
      • Magic Select
      • Freehand Select
    • Painting Tools
      • Painter
      • Noise Painter
      • Biome Painter
      • Clentaminator
      • Gradient Painter
      • Script Brush
    • Drawing Tools
      • Freehand Draw
      • Sculpt Draw
      • Rock
      • Weld
      • Melt
      • Text
      • Shape Tool
    • Heightmap Tools
      • Elevation
      • Slope
    • Manipulation Tools
      • Smooth
      • Distort
      • Roughen
      • Shatter
      • Extrude
      • /en/tools/manipulation/modify.html
    • Ruler Tool
    • Paths
  • Advanced
    • Commands
    • Configuration
      • .axiominternal.hocon
      • .axiom.hocon
      • imgui.ini

Configuration

Axiom has its own dedicated configuration located in .minecraft/config/axiom containing 3 folders and 3 files.

The folders are used to store saved Blueprints, Heightmaps and Tool Presets so even if the mod is removed, your assets are saved.

The files contain the more important information such as UI layout and enabled capabilities. Axiom uses a variant of JSON called HOCON (Human-Optimized Config Object Notation).

Below are the three files alongside their descriptions.

.axiominternal.hocon

KeyDescription
completedTutorialsLists the tools that have shown their short tutorial.
customDowngradeSuggestionsLists the downgrades suggested by Axiom.
globalScaleA float representing the Editor UI Scale.
lastTranslationCountA value determining the amount of translations.
openEditorWindowTypesA list of open windows in the editor.
rootEditorPaletteThe default block palette for the editor mode.
savedCustomThemeStores the currently active theme as a string.
showCloseWindowButtonA boolean to toggle the "x" to close windows.
showNon90DegreeRotationWarningA boolean to toggle the warning before applying non-90-degree angles.
showToolMaskOpenWarningA boolean to toggle the warning when using tool masks.
shownIntroductionA boolean representing whether the introduction has been completed.

.axiom.hocon

KeyDescription
blockAttributesContains the currently toggled block attributes.
blueprintStores the toggle to automatically refresh and a list of all used blueprint tags.
capabilitiesLists all abilities and their state. Also contains the autoSwapToCreative boolean that controls switching to creative when opening the context menu.
keybindsStores in-game keybinds and settings for the Builder Mode and camera movement.
toolKeybindsStores all Editor keybinds for switching tools.
renderingStores booleans representing the toggles in the Toolbox found in the Context Menu.

imgui.ini

This file is generally not meant to be modified, hence why it uses a different file format. However, if you're having an issue with a specific window that you can't recover, you can either edit or delete this file to fix the issue.

Last Updated: 7/28/2024, 2:23:22 AM
Prev
Commands