From 401af8cc3554f3fbcf4481f9da848b14681e37b8 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sat, 26 Jun 2021 11:51:37 +0100 Subject: [PATCH] Reference: tweak //smake some more --- Chat-Command-Reference.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/Chat-Command-Reference.md b/Chat-Command-Reference.md index 1285866..09e16b0 100644 --- a/Chat-Command-Reference.md +++ b/Chat-Command-Reference.md @@ -629,28 +629,28 @@ Usage examples: Value | Description --------|--------------- -odd | Round up or down, based on mode, all axes specified in `` to the nearest odd length relative to pos1 -even | Round up or down, based on mode, all axes specified in `` to the nearest even length relative to pos1 -equal | Set `` axes length equal to the length of `` axis if specified or to the length of the largest, smallest or average of the `` axes based on mode. +`odd` | Round up or down, based on mode, all axes specified in `` to the nearest odd length relative to pos1 +`even` | Round up or down, based on mode, all axes specified in `` to the nearest even length relative to pos1 +`equal` | Set `` axes length equal to the length of `` axis if specified or to the length of the largest, smallest or average of the `` axes based on mode. ### ``: grow|shrink|average #### *If `` == odd or even:* -Value | Description -------------|-------------- -grow | Grow each axis specified in `` to the nearest odd/even number to itself -shrink | Shrink each axis specified in `` to the nearest odd/even number to itself -average/avg | Take the average of all axes specified in `` and then for each specified axis grow or shrink it, depending on weather it is less than or greater than the average, to the nearest odd/even number to itself +Value | Description +----------------|-------------- +`grow` | Grow each axis specified in `` to the nearest odd/even number to itself +`shrink` | Shrink each axis specified in `` to the nearest odd/even number to itself +`average`|`avg` | Take the average of all axes specified in `` and then for each specified axis grow or shrink it, depending on weather it is less than or greater than the average, to the nearest odd/even number to itself #### *If `` == equal:* The `` argument can be omitted and will not be parsed if present if `` is specified -Value | Description -------------|--------------- -grow | Grow each axis specified in `` to the length of the longest specified axis -shrink | Shrink each axis specified in `` to the length of the shortest specified axis -average/avg | Set each axis specified in `` to the average length of all the specified axes +Value | Description +----------------|--------------- +`grow` | Grow each axis specified in `` to the length of the longest specified axis +`shrink` | Shrink each axis specified in `` to the length of the shortest specified axis +`average`|`avg` | Set each axis specified in `` to the average length of all the specified axes ### Additional arguments: