From c5276ae47e94ada5e65c48fc6c98e4eca958ba87 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Fri, 31 Dec 2021 12:45:47 +0000 Subject: [PATCH] docs //sculpt: add note about negative height values --- Chat-Command-Reference.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Chat-Command-Reference.md b/Chat-Command-Reference.md index 9270172..581336e 100644 --- a/Chat-Command-Reference.md +++ b/Chat-Command-Reference.md @@ -633,6 +633,8 @@ Similar to [`//sphere`](https://github.com/Uberi/Minetest-WorldEdit/blob/master/ - No accidental overhangs - Multiple custom brushes (see below on how you can add your own!) +A negative height value causes the terrain to be lowered by the specified number of nodes instead of raised. + While sculpting brushes cannot yet be rotated, this is a known issue. Rotating sculpting brushes will be implemented in a future version of WorldEditAdditions. ```