mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 07:23:00 +00:00
reference: typo
This commit is contained in:
parent
6e0779a4e5
commit
2d989acee5
1 changed files with 1 additions and 1 deletions
|
@ -587,7 +587,7 @@ Applies 2D noise to the terrain in the defined region. Like `//erode`, this comm
|
||||||
Parameter | Type | Default Value | Description
|
Parameter | Type | Default Value | Description
|
||||||
------------|-----------|---------------|-----------------------
|
------------|-----------|---------------|-----------------------
|
||||||
algorithm | `string` | perlinmt | The 2D noise algorithm to apply - see below.
|
algorithm | `string` | perlinmt | The 2D noise algorithm to apply - see below.
|
||||||
apply | `string|integer` | 5 | How to apply the noise to the terrain - see below.
|
apply | `string¦integer` | 5 | How to apply the noise to the terrain - see below.
|
||||||
scalex | `float` | 1 | The scale of the noise on the x axis.
|
scalex | `float` | 1 | The scale of the noise on the x axis.
|
||||||
scaley | `float` | 1 | The scale of the noise on the y axis.
|
scaley | `float` | 1 | The scale of the noise on the y axis.
|
||||||
scalez | `float` | 1 | The scale of the noise on the z axis.
|
scalez | `float` | 1 | The scale of the noise on the z axis.
|
||||||
|
|
Loading…
Reference in a new issue