mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 07:23:00 +00:00
Add shift clearcut to cookbook
This commit is contained in:
parent
3cadf6c83f
commit
1ac64a9ebc
1 changed files with 9 additions and 0 deletions
|
@ -33,3 +33,12 @@ The following brushes together can make large-scale terrain sculpting easy:
|
|||
//brush cubeapply 50 fixlight
|
||||
//brush cubeapply 50 layers dirt_with_grass dirt 3 stone 10
|
||||
```
|
||||
|
||||
## En-mass Foliage clearing
|
||||
Clearing large amounts of foliage is easy!
|
||||
|
||||
```
|
||||
//many 25 //multi //clearcut //y //shift x 10
|
||||
```
|
||||
|
||||
Adjust the numbers (and direction in the `//shift` command) to match your scenario.
|
||||
|
|
Loading…
Reference in a new issue