Improve help of /brush cloudy.

This commit is contained in:
UnknownShadow200 2016-05-11 18:09:52 +10:00
parent dc19ba8a00
commit bd93a2c2ce

View File

@ -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) {