Axiom 中文文档Axiom 中文文档
首页
  • 简介
  • 建造者模式
  • 功能
  • 编辑器模式
  • 工具
  • Advanced
  • 简体中文
  • 繁體中文
  • English
GitHub
首页
  • 简介
  • 建造者模式
  • 功能
  • 编辑器模式
  • 工具
  • Advanced
  • 简体中文
  • 繁體中文
  • English
GitHub
  • 简介
  • 建造者模式
    • 移动工具
    • 克隆工具
    • 堆叠工具
    • 延展工具
    • 拉伸工具
    • 清除工具
    • 对称工具
  • 功能
    • 调整工具
    • 冻结更新
    • 强制放置
    • 替换模式
    • 快速破坏
  • 编辑器模式
    • 主菜单栏
    • Clipboard and Placements
    • Selections
    • Gizmos
    • Blueprints
    • Views
    • Tool Masks
    • Active Block
    • Target Info
    • History
    • World Properties
    • Tool Presets
  • 工具
    • 选择工具
      • Box Select
      • Magic Select
      • Freehand Select
    • 绘画工具
      • Painter
      • Noise Painter
      • Biome Painter
      • Clentaminator
      • Gradient Painter
      • Script Brush
    • 绘图工具
      • Freehand Draw
      • Sculpt Draw
      • Rock
      • Weld
      • Melt
      • Text
      • /tools/drawing/shape.html
    • 高度工具
      • Elevation
      • Slope
    • 操作工具
      • Smooth
      • Distort
      • Roughen
      • Shatter
      • Extrude
      • /tools/manipulation/modify.html
    • 标尺工具
    • 路径工具
  • 高级
    • 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.

最后更新:
Prev
Commands