Minecraft Worldedit Guide Wiki
Minecraft Worldedit Guide Wiki
Advertisement

<Pattern>[]

Use
Many commands require a pattern to be chosen.
Pattern refers to the block to use when additional blocks must be generated.
You can set multiple blocks at once, and their probability, or use your clipboard contents


<block>

<block1>,<block2>,...

<number>%<block1>,<number>%<block2>,...

#clipboard .


Demonstration and Examples[]

Example 1

/brush sphere minecraft:stone 5

This will create spheres made of stone.

Example 2

//set minecraft:double_stone_slab:8

This will fill the current selection with smooth double stone slabs.

Example 3

//set minecraft:stone,minecraft:cobblestone

This will fill the current selection randomly with equal amounts of stone and cobblestone.

Example 4

//replace 20%minecraft:stone,80%minecraft:cobblestone

This will replace existing non-air blocks in the current selection randomly with 20% stone and 80% cobblestone.

Example 5

//set #clipboard

This will fill the current selection with contents of your clipboard.


Advertisement