mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 15:33:00 +00:00
fillcaves note
This commit is contained in:
parent
9776fc8539
commit
93f9a655cd
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