-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2abf9a7
commit 03ff732
Showing
3 changed files
with
45 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
## Tool Presets | ||
|
||
Tool Presets allow for easy saving and loading of tool settings and configurations. Tool presets are saved in the axiom configuration at `.minecraft/config/axiom/tool_presets` in NBT format. | ||
|
||
## Saving Presets | ||
|
||
To save presets, first set the configuration of the tool you'd like to save. Clicking the plus icon next to the presets drop-down will display a text field. Here you can name the preset. After clicking save, your preset will appear in the drop-down. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
## Shape Tool | ||
|
||
The Shape Tool lets you make geometric shapes with your active block. Since these shapes are computed mathematically, they can adjust to any angle and transformation, giving you lots of control over their look. When you 'place' these objects, you can use the gizmo to reposition them and rotate them at any angle. | ||
|
||
Each shape lets you tweak its XZ or XYZ dimensions. In addition to controlling rotation using the gizmo, you can also alter the angle sliders for yaw, pitch, and roll in the 'advanced options' dropdown. Plus, there are options for making the shapes hollow, placing only the outer layer. | ||
|
||
| Shapes | | ||
|-------------| | ||
| Sphere | | ||
| Cuboid | | ||
| Octahedron | | ||
| Supersphere | | ||
| Cylinder | | ||
| Tube | | ||
| Cone | | ||
| Pyramid | | ||
| Dodecahedron| | ||
| Icosahedron | | ||
|
||
| Option | Description | | ||
|--------------|-------------------------------------------------------------------| | ||
| Separate XYZ | When enabled, all three scale axes can be modified separately. | | ||
| Diameter | This slider controls the size or scale of the selected shape. | | ||
| Advanced | Allows you to directly alter the yaw, pitch and roll via sliders. | | ||
|
||
| Modifier | Description | | ||
|----------|---------------------------------------| | ||
| Hollow | Generates the shape filled with air | | ||
| Metaball | Applies a melting effect to the shape | | ||
|
||
| Placement | Description | | ||
|---------------------|-------------------------------------------------------------| | ||
| Gizmo | Switch between a global or local [gizmo](/editor/gizmos.md) | | ||
| Pivot | Switch between centred gizmo or base gizmo position | | ||
|
||
**Keep Existing** Disables the overriding of other blocks when placing the shape. |