Axiom 中文文档Axiom 中文文档
首页
  • 简介
  • 建造者模式
  • 功能
  • 编辑器模式
  • 工具
  • Advanced
  • 简体中文
  • 繁體中文
  • English
GitHub
首页
  • 简介
  • 建造者模式
  • 功能
  • 编辑器模式
  • 工具
  • Advanced
  • 简体中文
  • 繁體中文
  • English
GitHub
  • 简介
  • 建造者模式
    • 移动工具
    • 克隆工具
    • 堆叠工具
    • 延展工具
    • 拉伸工具
    • 清除工具
    • 对称工具
  • 功能
    • 调整工具
    • 冻结更新
    • 强制放置
    • 替换模式
    • 快速破坏
  • 编辑器模式
    • 主菜单栏
      • 文件
      • Edit
      • Select
      • View
      • Operations
      • Tool Masks
      • Window
      • Keybinds
      • Help
      • References
    • 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

主菜单栏

主菜单栏位用户提供了该模组的多样关键性功能。用户可以在此处找到用于访问窗口、操作选择 、操作执行和查看帮助信息的菜单项。

文件

功能介绍
导入原理图将原理图导入至剪切板
导出原理图将所选区域导出位为原理图
Open Reference ImageAdds a window with an image of your choice
Load Bedrock PacksAllows you to import Bedrock Edition textures or models.
Save Selection as CSVExports a selection to a CSV[^note1] format.
Save Clipboard as JSON ModelThis allows you to take blocks and convert them to an item model. Models can be used in resource packs or imported into Blockbench.

Edit

FunctionDefault ShortcutDescription
UndoCtrl+ZReverses the most recent action
RedoCtrl+YReverses the most recent undo
CutCtrl+XRemoves the selection and stores it in the clipboard
CopyCtrl+CCopies the selected item to the clipboard
Save BlueprintCtrl+PSaves the current selection as a blueprint for later use

Select

The Select submenu lets users perform a variety of functions related to selections.

FunctionDescription
ClearClears the current selection
ExpandExpands the current selection by a specified number of blocks
ShrinkShrinks the current selection by a specified number of blocks
DistortDistorts the current selection with simplex noise by a specified radius and distance. Radius is the scale of the noise and the distance is the amount it gets distorted by.
SmoothApplies a Gaussian blur on the selection to smooth out the selection. StdDev is the intensity of the smoothing operation and the threshold is the ‘cut-off’ of how much input weight is needed to affect the output.
Bounding BoxCreates a cuboid selection around the furthest points of the selection, encapsulating the entire selection.

View

The View submenu lets you configure options related to viewing and rendering certain elements in your world.

FunctionDefault ShortcutDescription
New ViewNoneCreate a new View
Show SelectionNoneLets you toggle the rendering of your selections
Show BiomesCtrl+BEnables the biome overlay[^note2]
Show Key PressesNoneThis shows your inputs including mouse clicks on the bottom right of the viewport. This can be useful for making tutorials.
UI ScaleNoneA slider ranging from 0.5 to 2. This lets you change the size of all graphical elements in the editor mode.
Min BrightnessNoneA slider ranging from 0 to 1. This lets you change how dark unlit places look in your world. A value of 1 means all blocks are fully lit, this is also known as Fullbright.
Fluid OpacityNoneA slider ranging from 0 to 1. This lets you change the opacity of transluscent[^note3] fluids to make it easier to look through. A value of 0 will make the fluid invisible.

Operations

The Operations submenu contains various useful features for building. All operations require and affect selections.

FunctionDefault ShortcutDescription
FillCtrl+FFill a selection with the chosen block
Fill NearestNoneFills an area with the closest neighbour blocks, useful to repair areas or fill in gaps.
ReplaceCtrl+RReplace specific blocks in the selection with the chosen block
Set BiomeNoneSets the selection to the chosen biome
AutoshadeNoneShades your selection using a sun angle, either at the player position or at a set value. Different blocks can be set for the appropriate shading.
DrainNoneDrains an area of all fluids, including waterlogged blocks.
WaterlogNoneFloods an area with water, including turning water-loggable blocks into their waterlogged counterpart.
SmoothsnowNoneCreates a smooth area of snow based on the existing terrain.
Simulate GravityNoneGravity simulation makes all blocks with air below 'fall' as if they were affected by gravity.
Trigger UpdatesNoneUpdates blocks by simulating a random tick on every block that doesn't have a valid surface or neighbouring block.
HollowNoneHollows solid objects by filling them with air.
Fill GapsNoneFill Gaps does the opposite of the hollow operation, empty space within an object is filled with your active block.
Generate Colour FieldNoneGenerates a CIELAB[^note4] colour field using all non-transparrent blocks.
AnalyzeNoneAnalyzes the blocks in the selection, giving information on counts and distribution
Animated RebuildNoneThe Animated Rebuild operation allows creators to present their build in a timelapse-style rebuild of the selected structure.

Tool Masks

Clear and open the tool mask editing window. See Tool Masks

Window

The Windows submenu lets the user toggle the visibility of important windows. If you ever close a window and want it back, this submenu allows you to reenable it.

Keybinds

The Keybinds button opens a window to edit and set keybinds for tools and operations.

Help

The Help submenu contains useful information and configuration options.

The dropdown contains links to information and resources. The style editor can be accessed through this window, allowing you to change and import custom colours for the UI.

References

[^note1]: comma-separated values (CSV) is a plaintext format that uses commas to separate values in a table-like manner.

[^note2]: Be aware that biomes in Minecraft are defined in a 4x4x4 grid. However, to make biomes feel more natural, vanilla warps the biomes visually. The biome overlay shows the "real" position of biomes, while biome blending and the f3 screen show the "warped" position of biomes.

[^note3]: Lava and other non-translucent fluids (if the game is modded) are not affected by opacity due to performance and mod compatibility concerns.

[^note4]: CIELAB is a type of colour space that can utilise the XYZ coordinates to display colours.

最后更新:
Next
Clipboard and Placements