Skip to content

Commit

Permalink
Clarify //deleteblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
Uberi committed Dec 18, 2015
1 parent 48f9c6c commit 3d30588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ChatCommands.md
Expand Up @@ -100,7 +100,7 @@ Display the volume of the current WorldEdit region.

### `//deleteblocks`

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.
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.

//deleteblocks

Expand Down

0 comments on commit 3d30588

Please sign in to comment.