From 5f9efb1205fe9802f859548fc9220f98dd0fd12e Mon Sep 17 00:00:00 2001 From: Sebastien Ponce Date: Sun, 13 Sep 2015 11:31:47 +0200 Subject: Added hollow pyramids --- WorldEdit API.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'WorldEdit API.md') diff --git a/WorldEdit API.md b/WorldEdit API.md index f50b506..d1cd7d0 100644 --- a/WorldEdit API.md +++ b/WorldEdit API.md @@ -127,9 +127,9 @@ Adds a cylinder at `pos` along the `axis` axis ("x" or "y" or "z") with length ` Returns the number of nodes added. -### count = worldedit.pyramid(pos, axis, height, node_name) +### count = worldedit.pyramid(pos, axis, height, node_name, hollow) -Adds a pyramid centered at `pos` along the `axis` axis ("x" or "y" or "z") with height `height`. +Adds a pyramid centered at `pos` along the `axis` axis ("x" or "y" or "z") with height `height`, composed of `node_name`. Returns the number of nodes added. -- cgit v1.2.3