1
0
mirror of https://github.com/Uberi/Minetest-WorldEdit.git synced 2025-07-13 13:20:26 +02:00

New commands //hollowdome and //dome, as well as new API functions worldedit.dome and worldedit.hollow_dome. Oh, and spheres generate faster too.

This commit is contained in:
Anthony Zhang
2013-04-27 18:28:20 -04:00
parent 20722389bd
commit 71b6004b92
4 changed files with 135 additions and 7 deletions

View File

@ -83,6 +83,22 @@ Add sphere at WorldEdit position 1 with radius <radius>, composed of <node>.
//sphere 12 default:glass
//sphere 17 mesecons:mesecon
### //hollowdome <radius> <node>
Add hollow dome at WorldEdit position 1 with radius <radius>, composed of <node>.
//hollowdome 5 dirt
//hollowdome 12 default:glass
//hollowdome 17 mesecons:mesecon
### //dome <radius> <node>
Add dome at WorldEdit position 1 with radius <radius>, composed of <node>.
//dome 5 dirt
//dome 12 default:glass
//dome 17 mesecons:mesecon
### //hollowcylinder x/y/z/? <length> <radius> <node>
Add hollow cylinder at WorldEdit position 1 along the x/y/z/? axis with length <length> and radius <radius>, composed of <node>.