mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2025-04-05 16:21:27 +02:00
Reference: I searched for wireframe, but didn't get the command I wanted
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user