mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 15:33:00 +00:00
Add //yy and //nn to quick reference
This commit is contained in:
parent
9f3e3c23ae
commit
c12683ca73
1 changed files with 3 additions and 1 deletions
|
@ -15,8 +15,10 @@ If you can dream of it, it probably belongs here!
|
|||
- `//torus <major_radius> <minor_radius> <node_name>`
|
||||
- `//hollowtorus <major_radius> <minor_radius> <node_name>`
|
||||
- `//multi <command_a> <command_b> .....`
|
||||
- `//yy`
|
||||
- `//nn`
|
||||
|
||||
### `//floodfill [<replace_node> [<radius>]]`
|
||||
### `//floodfill [<replace_node> [<radius>]]` {#floodfill}
|
||||
Floods all connected nodes of the same type starting at _pos1_ with <replace_node> (which defaults to `water_source`), in a sphere with a radius of <radius> (which defaults to 50).
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue