mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 07:23:00 +00:00
Document //airapply
This commit is contained in:
parent
271032a6d7
commit
eed691f6e0
1 changed files with 9 additions and 0 deletions
|
@ -629,6 +629,15 @@ Executes the given command, and then clips the result to the largest ellipsoid t
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
## `//airapply <command_name> <args>`
|
||||||
|
Like [`//ellipsoidapply`](#ellipsoidapply), but instead only keeps changes that replace airlike nodes, and discards any other changes made.
|
||||||
|
|
||||||
|
```weacmd
|
||||||
|
//airapply set sandstone
|
||||||
|
//airapply maze3d dirt 4 2 2
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
## `//scol [<axis1> ] <length>`
|
## `//scol [<axis1> ] <length>`
|
||||||
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.
|
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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue