Skip to content

Commit 1868f00

Browse files
committed
clearArea: Updated ReadMe
1 parent 98eb242 commit 1868f00

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
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 floor -w <width> -l <length> -h <height> -mH <"left"|"right"> -mV <"up"|"down">
29+
```

0 commit comments

Comments
 (0)