From 21c2d6250ff511ee716fa1fe453b7811fbeea8ff Mon Sep 17 00:00:00 2001 From: WILLATRONIX <111201886+WILLATRONIX@users.noreply.github.com> Date: Wed, 16 Oct 2024 11:36:18 +0100 Subject: [PATCH] further link fixes --- src/SUMMARY.md | 13 ++++++------- src/builder/buildertools/intro.md | 2 +- src/editor/mainmenubar/intro.md | 6 +++--- src/editor/mainmenubar/operations.md | 9 +++++---- src/intro.md | 2 +- src/tools/painting/scriptbrush.md | 2 +- 6 files changed, 17 insertions(+), 17 deletions(-) diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 2edbcee..1fd91c5 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -13,12 +13,12 @@ - [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) @@ -26,7 +26,6 @@ - [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) diff --git a/src/builder/buildertools/intro.md b/src/builder/buildertools/intro.md index 5ee11cd..502e978 100644 --- a/src/builder/buildertools/intro.md +++ b/src/builder/buildertools/intro.md @@ -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) diff --git a/src/editor/mainmenubar/intro.md b/src/editor/mainmenubar/intro.md index c6c5c5b..9897c7b 100644 --- a/src/editor/mainmenubar/intro.md +++ b/src/editor/mainmenubar/intro.md @@ -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. @@ -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. diff --git a/src/editor/mainmenubar/operations.md b/src/editor/mainmenubar/operations.md index d3a64ec..936f36d 100644 --- a/src/editor/mainmenubar/operations.md +++ b/src/editor/mainmenubar/operations.md @@ -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 @@ -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 @@ -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. diff --git a/src/intro.md b/src/intro.md index 9e0e831..05e93e2 100644 --- a/src/intro.md +++ b/src/intro.md @@ -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). --- diff --git a/src/tools/painting/scriptbrush.md b/src/tools/painting/scriptbrush.md index b86337b..ccb277c 100644 --- a/src/tools/painting/scriptbrush.md +++ b/src/tools/painting/scriptbrush.md @@ -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). \ No newline at end of file +[^note3]: A list of block tags can be found [here](https://minecraft.wiki/Tag#Blocks). \ No newline at end of file