Skip to content

Commit

Permalink
Rename the randomized //set to //mix, style update, document changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Uberi committed Jul 18, 2014
1 parent d8aa7e7 commit 4b178bf
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 78 deletions.
19 changes: 14 additions & 5 deletions Chat Commands.md
Expand Up @@ -98,14 +98,23 @@ Display the volume of the current WorldEdit region.

//volume

### `//set <node1> ...`
### `//set <node>`

Set the current WorldEdit region to a random mix of `<node1>`, `...`.
Set the current WorldEdit region to `<node>`.

//set air
//set cactus stone glass
//set Bronze
//set mesecons:wire_00000000_off
//set cactus
//set Blue Lightstone
//set dirt with grass

### `//mix <node1> ...`

Fill the current WorldEdit region with a random mix of `<node1>`, `...`.

//mix air
//mix cactus stone glass sandstone
//mix Bronze
//mix default:cobble air

### `//replace <search node> <replace node>`

Expand Down

0 comments on commit 4b178bf

Please sign in to comment.