1
0
mirror of https://github.com/Uberi/Minetest-WorldEdit.git synced 2025-07-01 07:30:39 +02:00

Change all references of //dig to //fixlight, document the changes, fix a small typo.

This commit is contained in:
Anthony Zhang
2013-01-12 16:02:23 -05:00
parent 6fb039fb9d
commit 7cb2df24b8
4 changed files with 12 additions and 13 deletions

View File

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