Skip to content

Commit 3d30588

Browse files
committedDec 18, 2015
Clarify //deleteblocks
1 parent 48f9c6c commit 3d30588

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎ChatCommands.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ Display the volume of the current WorldEdit region.
100100

101101
### `//deleteblocks`
102102

103-
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.
103+
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.
104104

105105
//deleteblocks
106106

0 commit comments

Comments
 (0)
Please sign in to comment.