Skip to content

Commit 05ee370

Browse files
committed
clearArea: Updated ReadMe
1 parent 98eb242 commit 05ee370

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff 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+
```

builder.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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>")

0 commit comments

Comments
 (0)