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:
@ -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>`
|
||||
|
||||
|
Reference in New Issue
Block a user