the description for //generatebiome is erroneously the same as for //generate

aschoettler 2019-10-03 02:38:41 -07:00
parent 36ac4839b8
commit cdefe1e400

@ -438,6 +438,7 @@ Click on a category to go to the list of commands, or `More Info` for detailed d
**Perm**: `worldedit.generation.ore`
**Desc**: Generates ores
#### `//generatebiome <biome> <expression> [-h] [-r] [-o] [-c]`
**FIX:** This is the description for `//generate`, not `//generatebiome`!
**Perm**: `worldedit.generation.shape`, `worldedit.biome.set`
**Desc**: Generates a shape according to a formula that is expected to<br />return positive numbers (true) if the point is inside the shape<br />Sets the biome of blocks in that shape.<br />Flags:<br /> -h to generate a hollow shape<br /> -r to use raw minecraft coordinates<br /> -o is like -r, except offset from placement.<br /> -c is like -r, except offset selection center.<br />If neither -r nor -o is given, the selection is mapped to -1..1<br />See also tinyurl.com/wesyntax.