mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 07:23:00 +00:00
README: Update headings
This commit is contained in:
parent
650ad47753
commit
435964daec
1 changed files with 4 additions and 2 deletions
|
@ -5,8 +5,7 @@ If you can dream of it, it probably belongs here!
|
|||
|
||||
![Screenshot](https://raw.githubusercontent.com/sbrl/Minetest-WorldEditAdditions/master/screenshot.png)
|
||||
|
||||
## Current commands:
|
||||
**Quick Reference:**
|
||||
## Quick Command Reference
|
||||
|
||||
- [`//floodfill [<replace_node> [<radius>]]`](#floodfill-replace_node-radius-floodfill)
|
||||
- [`//overlay <node_name>`](#overlay-node_name)
|
||||
|
@ -24,6 +23,9 @@ If you can dream of it, it probably belongs here!
|
|||
- [`//y`](#y)
|
||||
- [`//n`](#n)
|
||||
|
||||
|
||||
## Detailed Explanations
|
||||
|
||||
### `//floodfill [<replace_node> [<radius>]]`
|
||||
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