README: Update headings

This commit is contained in:
Starbeamrainbowlabs 2020-05-14 21:44:46 +01:00
parent 650ad47753
commit 435964daec
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 4 additions and 2 deletions

View File

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