mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 07:23:00 +00:00
fixed sfac description
This commit is contained in:
parent
643790dc07
commit
8a57590179
1 changed files with 1 additions and 1 deletions
|
@ -662,7 +662,7 @@ Name | Description
|
||||||
`<base>`: If `<operation>` == equal | Overrides `<mode>` and sets all `<target>` axes equal to itself
|
`<base>`: If `<operation>` == equal | Overrides `<mode>` and sets all `<target>` axes equal to itself
|
||||||
|
|
||||||
## `//sfactor <mode:grow|shrink|average> <factor> [<target=xz>]`
|
## `//sfactor <mode:grow|shrink|average> <factor> [<target=xz>]`
|
||||||
Short for _selection make_; alias: `//sfac`. Built specifically for use with `//maze`, this command sets targeted axes equal to the nearest multiple of `<factor>` based on the `<mode>`.
|
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:
|
Usage examples:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue