mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 07:23:00 +00:00
//move+: Update documentation
This commit is contained in:
parent
607f2bfdea
commit
e773edb58c
2 changed files with 15 additions and 0 deletions
|
@ -334,6 +334,20 @@ Additionally all the absolute axis names (`x`/`y`/`z`/`-x`/`-y`/`-z`) may also b
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
## `//move+ <axis:x|y|z|-x|-y|-z|?|front|back|left|right|up|down> <count> [<axis> <count> [...]]`
|
||||||
|
Identical to [`//copy+`](#copy), but instead moves the defined region instead of copying it.
|
||||||
|
|
||||||
|
```
|
||||||
|
//move+ x 6
|
||||||
|
//move+ y 10 z 4
|
||||||
|
//move+ front 6 left 5
|
||||||
|
//move+ ? 10 r 25 y 50
|
||||||
|
//move+ xz 50 front 22
|
||||||
|
//move+ yx 25
|
||||||
|
//move+ -xz-y 10
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
### `//replacemix <target_node> [<chance>] <replace_node_a> [<chance_a>] [<replace_node_b> [<chance_b>]] [<replace_node_N> [<chance_N>]] ...`
|
### `//replacemix <target_node> [<chance>] <replace_node_a> [<chance_a>] [<replace_node_b> [<chance_b>]] [<replace_node_N> [<chance_N>]] ...`
|
||||||
Replaces a given node with a random mix of other nodes. Functions like `//mix`.
|
Replaces a given node with a random mix of other nodes. Functions like `//mix`.
|
||||||
|
|
||||||
|
|
|
@ -42,6 +42,7 @@ The detailed explanations have moved! Check them out [here](https://github.com/s
|
||||||
|
|
||||||
### Misc
|
### Misc
|
||||||
- [`//copy+ <axis:x|y|z|-x|-y|-z|?|front|back|left|right|up|down> <count> [<axis> <count> [...]]`](https://worldeditadditions.mooncarrot.space/Reference/#copy+)
|
- [`//copy+ <axis:x|y|z|-x|-y|-z|?|front|back|left|right|up|down> <count> [<axis> <count> [...]]`](https://worldeditadditions.mooncarrot.space/Reference/#copy+)
|
||||||
|
- [`//move+ <axis:x|y|z|-x|-y|-z|?|front|back|left|right|up|down> <count> [<axis> <count> [...]]`](https://worldeditadditions.mooncarrot.space/Reference/#copy+)
|
||||||
- [`//replacemix <target_node> [<chance>] <replace_node_a> [<chance_a>] [<replace_node_b> [<chance_b>]] [<replace_node_N> [<chance_N>]] ....`](https://worldeditadditions.mooncarrot.space/Reference/#replacemix)
|
- [`//replacemix <target_node> [<chance>] <replace_node_a> [<chance_a>] [<replace_node_b> [<chance_b>]] [<replace_node_N> [<chance_N>]] ....`](https://worldeditadditions.mooncarrot.space/Reference/#replacemix)
|
||||||
- [`//floodfill [<replace_node> [<radius>]]`](https://worldeditadditions.mooncarrot.space/Reference/#floodfill)
|
- [`//floodfill [<replace_node> [<radius>]]`](https://worldeditadditions.mooncarrot.space/Reference/#floodfill)
|
||||||
- [`//scale <axis> <scale_factor> | <factor_x> [<factor_y> <factor_z> [<anchor_x> <anchor_y> <anchor_z>]]`](https://worldeditadditions.mooncarrot.space/Reference/#scale) **experimental**
|
- [`//scale <axis> <scale_factor> | <factor_x> [<factor_y> <factor_z> [<anchor_x> <anchor_y> <anchor_z>]]`](https://worldeditadditions.mooncarrot.space/Reference/#scale) **experimental**
|
||||||
|
|
Loading…
Reference in a new issue