From 435964daec51c56963c4fbd289d66935771a53fc Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Thu, 14 May 2020 21:44:46 +0100 Subject: [PATCH] README: Update headings --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b163c5e..25ac2b4 100644 --- a/README.md +++ b/README.md @@ -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 [ []]`](#floodfill-replace_node-radius-floodfill) - [`//overlay `](#overlay-node_name) @@ -24,6 +23,9 @@ If you can dream of it, it probably belongs here! - [`//y`](#y) - [`//n`](#n) + +## Detailed Explanations + ### `//floodfill [ []]` Floods all connected nodes of the same type starting at _pos1_ with (which defaults to `water_source`), in a sphere with a radius of (which defaults to 50).