summaryrefslogtreecommitdiff
path: root/WorldEdit API.md
diff options
context:
space:
mode:
authorAnthony Zhang <azhang9@gmail.com>2013-01-12 16:02:23 -0500
committerAnthony Zhang <azhang9@gmail.com>2013-01-12 16:02:23 -0500
commit7cb2df24b8c8d9055adbff0825f27138f22a598a (patch)
tree8b1ce8ca30efdefe483ce3e30677f657805c42e8 /WorldEdit API.md
parent6fb039fb9dbd9e8f473cc2a9cf7858d30593e35e (diff)
Change all references of //dig to //fixlight, document the changes, fix a small typo.
Diffstat (limited to 'WorldEdit API.md')
-rw-r--r--WorldEdit API.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/WorldEdit API.md b/WorldEdit API.md
index c6f1ace..be2270d 100644
--- a/WorldEdit API.md
+++ b/WorldEdit API.md
@@ -56,11 +56,11 @@ Rotates a region defined by the positions `pos1` and `pos2` by `angle` degrees c
Returns the number of nodes rotated, the new position 1, and the new position 2.
-### count = worldedit.dig(pos1, pos2)
+### count = worldedit.fixlight(pos1, pos2)
-Digs a region defined by positions `pos1` and `pos2`.
+Fixes the lighting in a region defined by positions `pos1` and `pos2`.
-Returns the number of nodes dug.
+Returns the number of nodes updated.
Primitives
----------