Brushes - ClassiCube/MCGalaxy GitHub Wiki
Brushes allow you to alter the output blocks of draw operations.
/Brush [brush name]
Sets your brush to the given brush
/Brushes
Lists all available brushes
Brush arguments
Most brushes allow providing additional/parameters for configuration.
There are two ways to provide brush arguments:
- When doing draw operation - e.g.
/z white black
- As default brush arguments - e.g.
/brush checkered white black
For example:
/brush checkered white black
/z
is equivalent to doing
/brush checkered
/z white black
Skip block
Note that for [block]
arguments, in addition to specifying either the name or ID of a block, you can also specify skip
The skip
block will leave the existing blocks in the world unaffected by the draw operation (i.e. skip over them)
TODO word better
TODO explain [block]
List of Brushes
TODO mention player is holding stone block
TODO example screenshot before brushes
Solid Brush
Outputs a single block pattern
Usage
(no arguments)
Uses your currently held block for the single block
[block]
Uses the provided block for the single block
Examples
/z
/z bedrock
Checkered Brush
Outputs an alternating checkerboard pattern
Usage
(no arguments)
Uses your currently held block and skip
block for the alternating blocks
[block]
Uses the provided block and skip
block for the alternating blocks
[block1] [block2] ...
Uses the provided blocks for the alternating blocks (can be more than two)
Examples
TODO
Striped Brush
Outputs an alternating striped pattern
Usage
(no arguments)
Uses your currently held block and skip
block for the alternating blocks
[block]
Uses the provided block and skip
block for the alternating blocks
[block1] [block2]
Uses the provided blocks for the alternating blocks
Examples
TODO
Paste Brush
TODO
Usage
TODO
Examples
TODO
Replace Brush
TODO
Usage
TODO
Examples
TODO
ReplaceNot Brush
TODO
Usage
TODO
Examples
TODO
Rainbow Brush
Outputs a rainbow pattern
Usage
(no arguments)
Outputs blocks in a diagonally repeating pattern
random
Outputs blocks in a random pattern
Examples
TODO
Grayscale rainbow Brush
Outputs a grayscale rainbow pattern
Usage
(no arguments)
Outputs blocks in a diagonally repeating pattern
random
Outputs blocks in a random pattern
Examples
TODO
Random Brush
TODO
Usage
TODO
Examples
TODO
Usage
Cloudy Brush
TODO
Usage
TODO
Examples
TODO
Gradient Brush
TODO
Usage
TODO
Examples
TODO