From 71b6004b928766abc3638aaca3526b80af642140 Mon Sep 17 00:00:00 2001 From: Anthony Zhang Date: Sat, 27 Apr 2013 18:28:20 -0400 Subject: New commands //hollowdome and //dome, as well as new API functions worldedit.dome and worldedit.hollow_dome. Oh, and spheres generate faster too. --- Chat Commands.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'Chat Commands.md') diff --git a/Chat Commands.md b/Chat Commands.md index 7f6eeb0..1e26586 100644 --- a/Chat Commands.md +++ b/Chat Commands.md @@ -83,6 +83,22 @@ Add sphere at WorldEdit position 1 with radius , composed of . //sphere 12 default:glass //sphere 17 mesecons:mesecon +### //hollowdome + +Add hollow dome at WorldEdit position 1 with radius , composed of . + + //hollowdome 5 dirt + //hollowdome 12 default:glass + //hollowdome 17 mesecons:mesecon + +### //dome + +Add dome at WorldEdit position 1 with radius , composed of . + + //dome 5 dirt + //dome 12 default:glass + //dome 17 mesecons:mesecon + ### //hollowcylinder x/y/z/? Add hollow cylinder at WorldEdit position 1 along the x/y/z/? axis with length and radius , composed of . -- cgit v1.2.3