From 553dfdd6582a8dfa7b7ac3f4019f32fa1f1bccc2 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sat, 20 Feb 2021 16:59:12 +0000 Subject: [PATCH] reference: add note about clarity --- Chat-Command-Reference.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Chat-Command-Reference.md b/Chat-Command-Reference.md index f0abe1f..617296a 100644 --- a/Chat-Command-Reference.md +++ b/Chat-Command-Reference.md @@ -9,6 +9,8 @@ Other useful links: - [WorldEdit Chat Command Reference](https://github.com/Uberi/Minetest-WorldEdit/blob/master/ChatCommands.md) - [`we_env`](https://github.com/sfan5/we_env#readme) +**Note:** If anything in this reference isn't clear, that's a bug. Please [open an issue](https://github.com/sbrl/Minetest-WorldEditAdditions/issues/new) (or even better a PR improving it) to let me know precisely which bit you don't understand and why. + ## `//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).