Allow to bulk-set param2 of regions (#144)

This commit is contained in:
Wuzzy
2017-09-05 14:40:46 +02:00
committed by sfan5
parent 2f4eb19a3a
commit 3c61759bae
4 changed files with 52 additions and 0 deletions

View File

@ -117,6 +117,10 @@ Set the current WorldEdit region to `<node>`.
//set Blue Lightstone
//set dirt with grass
### `//param2 <param2>`
Set the param2 value of all nodes in the current WorldEdit region to `<param2>`.
### `//mix <node1> ...`
Fill the current WorldEdit region with a random mix of `<node1>`, `...`.