From 58970e7fab96c6d2883ee8c14ee84b07dc8acdfc Mon Sep 17 00:00:00 2001 From: Anthony Zhang Date: Sat, 22 Jun 2013 23:05:34 -0400 Subject: Clarify the documentation regarding the the positioning of WorldEdit primitives relative to position 1. --- worldedit_commands/init.lua | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'worldedit_commands/init.lua') diff --git a/worldedit_commands/init.lua b/worldedit_commands/init.lua index b50198e..d98dc9d 100644 --- a/worldedit_commands/init.lua +++ b/worldedit_commands/init.lua @@ -289,7 +289,7 @@ minetest.register_chatcommand("/replaceinverse", { minetest.register_chatcommand("/hollowsphere", { params = " ", - description = "Add hollow sphere at WorldEdit position 1 with radius , composed of ", + description = "Add hollow sphere centered at WorldEdit position 1 with radius , composed of ", privs = {worldedit=true}, func = function(name, param) local pos = worldedit.pos1[name] @@ -320,7 +320,7 @@ minetest.register_chatcommand("/hollowsphere", { minetest.register_chatcommand("/sphere", { params = " ", - description = "Add sphere at WorldEdit position 1 with radius , composed of ", + description = "Add sphere centered at WorldEdit position 1 with radius , composed of ", privs = {worldedit=true}, func = function(name, param) local pos = worldedit.pos1[name] @@ -351,7 +351,7 @@ minetest.register_chatcommand("/sphere", { minetest.register_chatcommand("/hollowdome", { params = " ", - description = "Add hollow dome at WorldEdit position 1 with radius , composed of ", + description = "Add hollow dome centered at WorldEdit position 1 with radius , composed of ", privs = {worldedit=true}, func = function(name, param) local pos = worldedit.pos1[name] @@ -382,7 +382,7 @@ minetest.register_chatcommand("/hollowdome", { minetest.register_chatcommand("/dome", { params = " ", - description = "Add dome at WorldEdit position 1 with radius , composed of ", + description = "Add dome centered at WorldEdit position 1 with radius , composed of ", privs = {worldedit=true}, func = function(name, param) local pos = worldedit.pos1[name] @@ -483,7 +483,7 @@ minetest.register_chatcommand("/cylinder", { minetest.register_chatcommand("/pyramid", { params = " ", - description = "Add pyramid at WorldEdit position 1 with height , composed of ", + description = "Add pyramid centered at WorldEdit position 1 with height , composed of ", privs = {worldedit=true}, func = function(name, param) local pos = worldedit.pos1[name] @@ -514,7 +514,7 @@ minetest.register_chatcommand("/pyramid", { minetest.register_chatcommand("/spiral", { params = " ", - description = "Add spiral at WorldEdit position 1 with width , height , space between walls , composed of ", + description = "Add spiral centered at WorldEdit position 1 with width , height , space between walls , composed of ", privs = {worldedit=true}, func = function(name, param) local pos = worldedit.pos1[name] -- cgit v1.2.3