]> git.lizzy.rs Git - worldedit.git/blobdiff - WorldEdit API.md
Clarify the documentation regarding the the positioning of WorldEdit primitives relat...
[worldedit.git] / WorldEdit API.md
index c994bf7bc965f6562998526b142d8b92a309640c..12320f6c7488df7db4d98ae3eed1880eeb0fc4cd 100644 (file)
@@ -88,25 +88,25 @@ Contained in primitives.lua, this module allows the creation of several geometri
 \r
 ### count = worldedit.hollow_sphere(pos, radius, nodename)\r
 \r
-Adds a hollow sphere at `pos` with radius `radius`, composed of `nodename`.\r
+Adds a hollow sphere centered at `pos` with radius `radius`, composed of `nodename`.\r
 \r
 Returns the number of nodes added.\r
 \r
 ### count = worldedit.sphere(pos, radius, nodename)\r
 \r
-Adds a sphere at `pos` with radius `radius`, composed of `nodename`.\r
+Adds a sphere centered at `pos` with radius `radius`, composed of `nodename`.\r
 \r
 Returns the number of nodes added.\r
 \r
 ### count = worldedit.hollow_dome(pos, radius, nodename)\r
 \r
-Adds a hollow dome at `pos` with radius `radius`, composed of `nodename`.\r
+Adds a hollow dome centered at `pos` with radius `radius`, composed of `nodename`.\r
 \r
 Returns the number of nodes added.\r
 \r
 ### count = worldedit.dome(pos, radius, nodename)\r
 \r
-Adds a dome at `pos` with radius `radius`, composed of `nodename`.\r
+Adds a dome centered at `pos` with radius `radius`, composed of `nodename`.\r
 \r
 Returns the number of nodes added.\r
 \r
@@ -124,13 +124,13 @@ Returns the number of nodes added.
 \r
 ### count = worldedit.pyramid(pos, height, nodename)\r
 \r
-Adds a pyramid at `pos` with height `height`.\r
+Adds a pyramid centered at `pos` with height `height`.\r
 \r
 Returns the number of nodes added.\r
 \r
 ### count = worldedit.spiral(pos, width, height, spacer, nodename)\r
 \r
-Adds a spiral at `pos` with width `width`, height `height`, space between walls `spacer`, composed of `nodename`.\r
+Adds a spiral centered at `pos` with width `width`, height `height`, space between walls `spacer`, composed of `nodename`.\r
 \r
 Returns the number of nodes added.\r
 \r