File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,12 @@ builder help
1818``` lua
1919-- Builds a floor with the specified size.
2020-- Uses the Item in Slot 1 as Buildingblock!
21- builder floor - w <width> - l <length> - m < " left" |" right" >
21+ builder floor - w <width> - l <length> - mH < " left" |" right" >
2222```
2323
24- # Dev - Documentaion
24+ ### clearArea
25+
26+ ``` lua
27+ -- clears an Area of the specifed size
28+ builder clearArea - w <width> - l <length> - h <height> - mH < " left" |" right" > - mV < " up" |" down" >
29+ ```
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ local function help()
1212 print (" 'clearArea'" )
1313 print (" Options:" )
1414 print (" -mH[movementDir. Horizon] <'left'|'right'> [default: right]" )
15- print (" -mV[movementDir. Vertical] <'left '|'right '> [default: right ]" )
15+ print (" -mV[movementDir. Vertical] <'down '|'up '> [default: up ]" )
1616 print (" -w[width] <number>" )
1717 print (" -l[length] <number>" )
1818 print (" -h[height] <number>" )
You can’t perform that action at this time.
0 commit comments