Add //yy and //nn to quick reference

This commit is contained in:
Starbeamrainbowlabs 2019-06-16 13:28:35 +01:00 committed by GitHub
parent 9f3e3c23ae
commit c12683ca73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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).
```