-
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.
Merge pull request #28 from WILLATRONIX/master
4.0.0 - Final PR
- Loading branch information
Showing
86 changed files
with
643 additions
and
376 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
.vscode/ | ||
*.vscode* |
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
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
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,19 @@ | ||
# Builder Tools | ||
|
||
The tools that are currently available in this section are: | ||
|
||
- [Move](move.md) | ||
- [Clone](clone.md) | ||
- [Stack](stack.md) | ||
- [Smear](smear.md) | ||
- [Extrude](extrude.md) | ||
- [Erase](erase.md) | ||
- [Setup Symmetry](setupsymmetry.md) | ||
|
||
There are two flags that apply to most Builder Tools: | ||
- **Copy Entities** | ||
- Toggles the ability to copy entities when moving a selection. | ||
- **Copy Air** | ||
- Toggles the ability to copy air when moving a selection. | ||
|
||
![Builder Tools](/src/img/BuilderToolsOverview.png) |
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
2 changes: 1 addition & 1 deletion
2
src/builder/setupsymmetry.md → src/builder/buildertools/setupsymmetry.md
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# ![](/img/buildertools/smear.png) Smear | ||
# Smear | ||
|
||
Stretches blocks between two points. | ||
|
||
|
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
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 |
---|---|---|
@@ -1,13 +1,13 @@ | ||
# Marker Entities | ||
|
||
> Similar to [Display Enities](displayentities.md) | ||
**Marker Entities** are a vanilla minecraft[^note1] feature which was added in 1.17. Essentially, they are entities that have little to no behaviour. Axiom takes advantage of this and provides a [Gizmo](/editor/gizmos.md) to control the marker. | ||
|
||
Right-clicking the marker gizmo will open a menu, allowing you to input custom NBT for the marker. | ||
|
||
Using `Ctrl+C` while the gizmo is active, will copy the marker data to the clipboard. Using `Ctrl+V` will paste the copied marker into the world. | ||
|
||
> Marker entities cannot be spawned using axiom. | ||
## Notes | ||
|
||
[^note1]: [Display Entities Wiki](https://minecraft.wiki/w/Marker). |
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
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
File renamed without changes.
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,26 @@ | ||
# Capabilities | ||
|
||
Capabilities alter the way you interact with the world. | ||
|
||
- [Bulldozer](bulldozer.md) | ||
- Ability to break blocks faster than normal. | ||
- [Replace Mode](replacemode.md) | ||
- Replace the block you're looking at with the one in your hand. | ||
- [Force Place](forceplace.md) | ||
- Bypasses block placement restrictions. | ||
- [No Updates](noupdates.md) | ||
- Prevents surrounding blocks from updating when placing or breaking blocks. | ||
- [Tinker](tinker.md) | ||
- Ability to modify the block properties when using right-click and an empty hand. | ||
- Infinite Reach | ||
- Allows for placing and breaking blocks from any distance. | ||
- Fast Place | ||
- Removes the placement cooldown when placing blocks off different supporting blocks. | ||
- Angel Placement | ||
- Allows the player to place blocks in the air, removing the requirement of a supporting block. | ||
- No Clip | ||
- Disables player collision with solid blocks, allowing you to fly through them. | ||
|
||
Capabilities can be toggled using the left side of the [Context Menu](/contextmenu/intro.md) | ||
|
||
Additionally, keybinds can be associated with capabilities to quickly toggle them. By default, the [Replace Mode](/contextmenu/capabilitiesreplacemode.md) has the keybind: `R`, but more can be added in the Minecraft controls menu. |
File renamed without changes.
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
File renamed without changes.
Oops, something went wrong.