Jump to content

/Brush: Difference between revisions

From fCraft Wiki
No edit summary
Line 11: Line 11:
|v=0.600
|v=0.600
|}}
|}}


==<code>/Brush</code>==
==<code>/Brush</code>==
Line 22: Line 21:
=Checkered Brush=
=Checkered Brush=
Checkered brush makes a checkerboard pattern. If two block names are given, alternates between those two.
Checkered brush makes a checkerboard pattern. If two block names are given, alternates between those two.
If one block name is given, this brush only draws every other block (leaving half of blocks untouched). If
If one block name is given, this brush only draws every other block (leaving half of blocks untouched).
no block names are given, uses whatever block player was holding in their hand. Here are some examples of checkered brush use:
<gallery widths=200px heights=135px perrow=3>
<gallery widths=200px heights=135px perrow=3>
Image:Checkered_c_red_cyan.png|<code>/c red cyan</code>
Image:Checkered_c_red_cyan.png|<code>/c red cyan</code>
Line 29: Line 27:
Image:Checkered eh obsidian.png|<code>/eh obsidian</code> (with [http://en.wikipedia.org/wiki/Moiré_pattern moiré])
Image:Checkered eh obsidian.png|<code>/eh obsidian</code> (with [http://en.wikipedia.org/wiki/Moiré_pattern moiré])
</gallery>
</gallery>


=Rainbow Brush=
=Rainbow Brush=
Rainbow brush is simple: it makes a rainbow pattern. It was originally made just as a test, but testers liked it. It takes no parameters. Here are some examples of checkered brush use:
Rainbow brush is simple: it makes a rainbow pattern. It was originally made just as a test, but testers liked it. It takes no parameters.
<gallery widths=200px heights=135px perrow=3>
<gallery widths=200px heights=135px perrow=3>
Image:Rainbow_e.png|<code>/e</code>
Image:Rainbow_e.png|<code>/e</code>
Image:Rainbow_c.png|<code>/c</code> (as a picture frame)
Image:Rainbow_c.png|<code>/c</code> (as a picture frame)
Image:Rainbow_torus.png|<code>/torus</code>
Image:Rainbow_torus.png|<code>/torus</code>
</gallery>
=Random Brush=
Random brush makes a random pattern from one or more blocktypes.
<gallery widths=200px heights=135px perrow=3>
Image:Random c yellow blue.png|<code>/c yellow blue</code>
Image:Random e red orange yellow.png|<code>/e red orange yellow</code>
Image:Random c air.png|<code>/c air</code>
Image:Random c grass75 dirt25.png|<code>/c grass/75 dirt/25</code>
Image:Random c wood books5.png|<code>/c wood books/5</code>
Image:Random eh obsidian1000 white1 red1 blue1 green1.png|<code>/eh obsidian/1000 white red blue green</code>
</gallery>
</gallery>


{{LastUpdated|1107}}
{{LastUpdated|1107}}

Revision as of 03:37, 15 October 2011

Command
Brush

Changes the draw brush

Usage

/Brush

/Brush BrushName [Params]

CategoryBuilding
Required permissionsDraw DrawAdvanced
Usable from console?No
Introduced infCraft 0.600


/Brush

Shows the current draw brush.

/Brush BrushName [Params]

Changes current draw brush to the given one. Optionally initializes brush with given parameters.


Checkered Brush

Checkered brush makes a checkerboard pattern. If two block names are given, alternates between those two. If one block name is given, this brush only draws every other block (leaving half of blocks untouched).


Rainbow Brush

Rainbow brush is simple: it makes a rainbow pattern. It was originally made just as a test, but testers liked it. It takes no parameters.


Random Brush

Random brush makes a random pattern from one or more blocktypes.