mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-26 09:03:01 +00:00
parent
4382e0edeb
commit
ff29f9b168
1 changed files with 2 additions and 0 deletions
|
@ -101,6 +101,8 @@ Mode | Description
|
||||||
## `//fillcaves [<node_name>]`
|
## `//fillcaves [<node_name>]`
|
||||||
Fills in all airlike nodes beneath non airlike nodes, which gives the effect of filling in caves. Defaults to filling in with stone, but this can be customised.
|
Fills in all airlike nodes beneath non airlike nodes, which gives the effect of filling in caves. Defaults to filling in with stone, but this can be customised.
|
||||||
|
|
||||||
|
Note that the *entire* cave you want filling must be selected, as `//fillcaves` only operates within the defined region (ref #50).
|
||||||
|
|
||||||
```
|
```
|
||||||
//fillcaves
|
//fillcaves
|
||||||
//fillcaves dirt
|
//fillcaves dirt
|
||||||
|
|
Loading…
Reference in a new issue