mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 15:33:00 +00:00
Update README
This commit is contained in:
parent
f3a8c1dd64
commit
47514a5748
1 changed files with 8 additions and 0 deletions
|
@ -18,6 +18,7 @@ If you can dream of it, it probably belongs here!
|
|||
- [`//maze3d <replace_node> [<path_length> [<path_width> [<path_depth> [<seed>]]]]`](#maze3d-replace_node-seed)
|
||||
- [`//bonemeal [<strength> [<chance>]]`](#bonemeal-strength-chance)
|
||||
- [`//walls <replace_node>`](#walls-replace_node)
|
||||
- [`//count`](#count)
|
||||
- [`//multi <command_a> <command_b> .....`](#multi-command_a-command_b-command_c-)
|
||||
- [`//y`](#y)
|
||||
- [`//n`](#n)
|
||||
|
@ -140,6 +141,13 @@ Creates vertical walls of `<replace_node>` around the inside edges of the define
|
|||
//walls goldblock
|
||||
```
|
||||
|
||||
### `//count`
|
||||
Counts all the nodes in the defined region and returns the result along with calculated percentages (note that if the chat window used a monospace font, the returned result would be a perfect table. If someone has a ~~hack~~ solution to make the columns line up neatly, please [open an issue](https://github.com/sbrl/Minetest-WorldEditAdditions/issues/new) :D)
|
||||
|
||||
```
|
||||
//count
|
||||
```
|
||||
|
||||
### `//multi <command_a> <command_b> <command_c> .....`
|
||||
Executes multi chat commands in sequence. Intended for _WorldEdit_ commands, but does work with others too. Don't forget a space between commands!
|
||||
|
||||
|
|
Loading…
Reference in a new issue