]> git.lizzy.rs Git - worldedit.git/commitdiff
Clarify `//deleteblocks`
authorAnthony Zhang <azhang9@gmail.com>
Fri, 18 Dec 2015 22:33:29 +0000 (17:33 -0500)
committerAnthony Zhang <azhang9@gmail.com>
Fri, 18 Dec 2015 22:33:29 +0000 (17:33 -0500)
ChatCommands.md

index 0c8b3a111886b68afe2c59b0fbc9fee751dbd54e..d3ed7db52d8997e6ab9aabcee2e2db594a3c0e7f 100644 (file)
@@ -100,7 +100,7 @@ Display the volume of the current WorldEdit region.
 \r
 ### `//deleteblocks`\r
 \r
-Delete the MapBlocks (16x16x16 units) that contain the selected region. This means that mapgen will be invoked for that area. As only whole MapBlocks get removed, the deleted area is usually larger than the selected one. Also, mapgen can trigger mechanisms like mud reflow or cavegen, which affects nodes (up to 112 nodes away) outside the MapBlock, so dont use this near buildings.\r
+Delete the MapBlocks (16x16x16 units) that contain the selected region. This means that mapgen will be invoked for that area. As only whole MapBlocks get removed, the deleted area is usually larger than the selected one. Also, mapgen can trigger mechanisms like mud reflow or cavegen, which affects nodes (up to 112 nodes away) outside the MapBlock, so dont use this near buildings. Note that active entities are not part of a MapBlock and do not get deleted.\r
 \r
     //deleteblocks\r
 \r