mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-24 05:03:34 -04:00
Improve help of /brush cloudy.
This commit is contained in:
parent
dc19ba8a00
commit
bd93a2c2ce
@ -52,8 +52,9 @@ namespace MCGalaxy.Drawing.Brushes {
|
||||
"%HDraws by selecting blocks from the given [blocks] using perlin noise.",
|
||||
"%Hfrequency is optional (defaults to 1), and specifies the number of times " +
|
||||
"the block should appear (as a fraction of the total of all the frequencies).",
|
||||
"%HOptional arguments format: %T<first letter of arg>_<value>",
|
||||
"%H Arguments: amplitude, frequency, lacunarity, octaves, persistence, seed",
|
||||
"%HOptional args format: %T<first letter of argument>_<value>",
|
||||
"%H Arguments: %Ta%Hmplitude, %Tf%Hrequency (scale), %Tl%Hacunarity, " +
|
||||
"%To%Hctaves, %Tp%Hersistence (turbulence), %Ts%Heed",
|
||||
};
|
||||
|
||||
public static Brush Process(BrushArgs args) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user