1
0
mirror of https://github.com/Uberi/Minetest-WorldEdit.git synced 2025-07-14 05:40:23 +02:00

Rename the randomized //set to //mix, style update, document changes.

This commit is contained in:
Uberi
2014-07-18 15:51:09 -04:00
parent d8aa7e72a7
commit 4b178bf709
2 changed files with 81 additions and 79 deletions

View File

@ -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>`