mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 07:23:00 +00:00
Reference: I searched for wireframe, but didn't get the command I wanted
This commit is contained in:
parent
61e04952e0
commit
8cc2c735b1
1 changed files with 2 additions and 0 deletions
|
@ -227,6 +227,8 @@ Floods all connected nodes of the same type starting at _pos1_ with `<replace_no
|
||||||
### `//wbox <replace_node>`
|
### `//wbox <replace_node>`
|
||||||
Sets the edges of the current selection to `<replace_node>`to create an outline of a rectangular prism. Useful for roughing in walls.
|
Sets the edges of the current selection to `<replace_node>`to create an outline of a rectangular prism. Useful for roughing in walls.
|
||||||
|
|
||||||
|
In other words, creates a wireframe of a box defined by the current selection.
|
||||||
|
|
||||||
```weacmd
|
```weacmd
|
||||||
//wbox silver_sandstone
|
//wbox silver_sandstone
|
||||||
//wbox dirt
|
//wbox dirt
|
||||||
|
|
Loading…
Reference in a new issue