mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-01 05:43:01 +00:00
Apply suggested title changes
Co-authored-by: Starbeamrainbowlabs <sbrl@starbeamrainbowlabs.com>
This commit is contained in:
parent
462332d5ad
commit
5415e21384
1 changed files with 12 additions and 4 deletions
|
@ -1262,7 +1262,9 @@ This also synchronises with WorldEdit, as all other WorldEditAdditions commands
|
|||
```
|
||||
|
||||
|
||||
### `//scol [<axis1> ] <length>` (**REMOVED** in v1.15)
|
||||
### `//scol [<axis1> ] <length>`
|
||||
> [!WARNING]
|
||||
> **REMOVED** in v1.15 in favour of [`//srel`](#srel)
|
||||
Short for _select column_. Sets the pos2 at a set distance along 1 axis from pos1. If the axis isn't specified, defaults the direction you are facing. Implementation thanks to @VorTechnix.
|
||||
|
||||
```weacmd
|
||||
|
@ -1271,7 +1273,9 @@ Short for _select column_. Sets the pos2 at a set distance along 1 axis from pos
|
|||
//scol x 3
|
||||
```
|
||||
|
||||
### `//srect [<axis1> [<axis2>]] <length>` (**REMOVED** in v1.15)
|
||||
### `//srect [<axis1> [<axis2>]] <length>`
|
||||
> [!WARNING]
|
||||
> **REMOVED** in v1.15 in favour of [`//srel`](#srel)
|
||||
Short for _select rectangle_. Sets the pos2 at a set distance along 2 axes from pos1. If the axes aren't specified, defaults to positive y and the direction you are facing. Implementation thanks to @VorTechnix.
|
||||
|
||||
```weacmd
|
||||
|
@ -1282,7 +1286,9 @@ Short for _select rectangle_. Sets the pos2 at a set distance along 2 axes from
|
|||
```
|
||||
|
||||
|
||||
### `//scube [<axis1> [<axis2> [<axis3>]]] <length>` (**REMOVED** in v1.15)
|
||||
### `//scube [<axis1> [<axis2> [<axis3>]]] <length>`
|
||||
> [!WARNING]
|
||||
> **REMOVED** in v1.15 in favour of [`//srel`](#srel)
|
||||
Short for _select cube_. Sets the pos2 at a set distance along 3 axes from pos1. If the axes aren't specified, defaults to positive y, the direction you are facing and the axis to the left of facing. Implementation thanks to @VorTechnix.
|
||||
|
||||
```weacmd
|
||||
|
@ -1402,7 +1408,9 @@ Name | Description
|
|||
`<base>`: If `<operation>` == odd or even | Does nothing
|
||||
`<base>`: If `<operation>` == equal | Overrides `<mode>` and sets all `<target>` axes equal to itself
|
||||
|
||||
### `//sfactor <mode:grow|shrink|average> <factor> [<target=xz>]` (**REMOVED** in v1.15)
|
||||
### `//sfactor <mode:grow|shrink|average> <factor> [<target=xz>]`
|
||||
> [!WARNING]
|
||||
> **REMOVED** in v1.15 in favour of [`//sgrow`](#sgrow) and [`//sshrink`](#sshrink)
|
||||
Short for _selection factor_; alias: `//sfac`. Built specifically for use with `//maze`, this command sets targeted axes equal to the nearest multiple of `<factor>` based on the `<mode>`.
|
||||
|
||||
Usage examples:
|
||||
|
|
Loading…
Reference in a new issue