1
0
鏡像自 https://github.com/Uberi/Minetest-WorldEdit.git 已同步 2025-09-18 03:45:20 +02:00

fix spiral

此提交包含在:
Brett O'Donnell
2012-09-26 13:24:31 +09:30
父節點 54d7dabdce
當前提交 c695e619b8
共有 3 個檔案被更改,包括 1364 行新增1318 行删除

查看文件

@@ -125,13 +125,13 @@ Add cylinder at WorldEdit position 1 along the x/y/z/? axis with length <length>
//cylinder z -12 3 mesecons:mesecon
//cylinder ? 2 4 stone
### //spiral <size> <node>
### //spiral <width> <height> <spacer> <node>
Add spiral at WorldEdit position 1 with size <size>, composed of <node>.
Add spiral at WorldEdit position 1 with width <width>, height <height>, space between walls <spacer>, composed of <node>.
//spiral 8 dirt
//spiral 5 default:glass
//spiral 2 stone
//spiral 20 5 3 dirt
//spiral 5 2 1 default:glass
//spiral 7 1 5 stone
### //copy x/y/z/? <amount>

檔案差異因為檔案過大而無法顯示 載入差異

1258
init.lua

檔案差異因為檔案過大而無法顯示 載入差異