Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

further link fixes #29

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,19 @@
- [Setup Symmetry](builder/buildertools/setupsymmetry.md)
- [Marker Entities](builder/marker.md)
- [Context Menu](contextmenu/intro.md)
- [Capabilities](contextmenu/capabilitiesintro.md)
- [Tinker](contextmenu/capabilitiestinker.md)
- [No Updates](contextmenu/capabilitiesnoupdates.md)
- [Force Place](contextmenu/capabilitiesforceplace.md)
- [Replace Mode](contextmenu/capabilitiesreplacemode.md)
- [Bulldozer](contextmenu/capabilitiesbulldozer.md)
- [Capabilities](contextmenu/capabilities/intro.md)
- [Tinker](contextmenu/capabilities/tinker.md)
- [No Updates](contextmenu/capabilities/noupdates.md)
- [Force Place](contextmenu/capabilities/forceplace.md)
- [Replace Mode](contextmenu/capabilities/replacemode.md)
- [Bulldozer](contextmenu/capabilities/bulldozer.md)
- [Display Entities](contextmenu/displayentities.md)
- [Edit Block Attributes](contextmenu/blockattributes.md)
- [Editor Mode](editor/intro.md)
- [Selections](editor/selections.md)
- [Gizmos](editor/gizmos.md)
- [Tool Presets](editor/toolpresets.md)
- [Placements](editor/placement.md)
- [Common UI Elements](editor/commonUIelements.md)
- [Main Menu Bar](editor/mainmenubar/intro.md)
- [File](editor/mainmenubar/file.md)
- [Edit](editor/mainmenubar/edit.md)
Expand Down
2 changes: 1 addition & 1 deletion src/builder/buildertools/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ There are two flags that apply to most Builder Tools:
- **Copy Air**
- Toggles the ability to copy air when moving a selection.

![Builder Tools](/src/img/BuilderToolsOverview.png)
![Builder Tools](/img/BuilderToolsOverview.png)
6 changes: 3 additions & 3 deletions src/editor/mainmenubar/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ The main menu bar gives users access to crucial functionality of the mod. Here y

## Tool Masks

Clear and open the tool mask editing window. See [Tool Masks](toolmasks.md)
Clear and open the tool mask editing window. See [Tool Masks](/editor/windows/toolmasks.md)

## Window

The **Windows** submenu lets the user toggle [Windows](windows/intro.md). If you ever close a window and want it back, this submenu allows you to re-enable it. With this window, you can also save and restore a default layout.
The **Windows** submenu lets the user toggle [Windows](/editor/windows/intro.md). If you ever close a window and want it back, this submenu allows you to re-enable it. With this window, you can also save and restore a default layout.

To store a layout, pressing the 'Store Current Layout as Default' will save your current window layout. To restore the saved layout, press the 'Restore Default Layout' button. You can export and import layouts to and from your clipboard.

Expand All @@ -26,5 +26,5 @@ The **Keybinds** button opens a window to edit and set keybinds for tools and op

The **Help** submenu contains useful information and configuration options.

The dropdown contains links to information and resources. The [style editor](windows/themes.md) can be accessed through this window, allowing you to change and import custom colours for the Editor UI.
The dropdown contains links to information and resources. The [style editor](editor/windows/themes.md) can be accessed through this window, allowing you to change and import custom colours for the Editor UI.

9 changes: 5 additions & 4 deletions src/editor/mainmenubar/operations.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

The **Operations** submenu contains various useful 'operations' to modify blocks within [Selections](/editor/selections.md).

> IMPORTANT: Operations only affect [Selections](/editor/selections.md).
> IMPORTANT: Operations **only** affect blocks within [Selections](/editor/selections.md).

## Fill

Expand Down Expand Up @@ -81,9 +81,10 @@ Again, transparent and non-solid blocks are considered.

## Generate Colour Field

The 'Generate Colour Field' operation Generates a colour field using the [CIELAB colour space](https://en.wikipedia.org/wiki/CIELAB_color_space) within a selection.
The 'Generate Colour Field' operation Generates a colour field using the [OKLab colour space](https://en.wikipedia.org/wiki/Oklab_color_space) within a selection.

A colour field (colour space) is a way to organise colours in a 2D or 3D space. OKLab was chosen as it utilises XYZ coordinates to represent LAB. LAB represents three components of the colour space:

A colour field (colour space) is a way to organise colours. CIELAB was chosen as it utilises XYZ coordinates to represent LAB. LAB represents three components of the colour space:
### **L - (Lightness)**
- Brightness is mapped to positive X
- Darkness is mapped to negative X
Expand All @@ -94,7 +95,7 @@ A colour field (colour space) is a way to organise colours. CIELAB was chosen as
- Yellow is mapped to positive Z
- Blue is mapped to negative Z

All blocks within the colour field used are full, non-transparent blocks to reduce overlapping.
All blocks within the colour field used are full, non-transparent blocks to reduce overlapping. Two blocks with duplicate textures such as infested stone and stone are removed in favour of a single block.

If two blocks are similar enough, Axiom will attempt to place them in the same position. However, Axiom prevents this by offsetting blocks until there is no overlap. This means there's little chance for blocks to be excluded.

Expand Down
2 changes: 1 addition & 1 deletion src/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Upon creating a new creative world, you should see a 10th hotbar slot containing

- To open/close the [Editor Mode](editor/intro.md), press Right Shift.

These keybinds can be adjusted in Minecraft's [Controls Menu](https://minecraft.fandom.com/wiki/Options#Controls).
These keybinds can be adjusted in Minecraft's [Controls Menu](https://minecraft.wiki/Options#Controls).

---

Expand Down
2 changes: 1 addition & 1 deletion src/tools/painting/scriptbrush.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,4 +299,4 @@ end

[^note2]: [The Block Properties Wiki](https://minecraft.wiki/w/Block_properties)

[^note3]: A list of block tags can be found [here](https://minecraft.fandom.com/wiki/Tag#Blocks).
[^note3]: A list of block tags can be found [here](https://minecraft.wiki/Tag#Blocks).