镜像来自
https://github.com/Uberi/Minetest-WorldEdit.git
synced 2025-07-03 08:30:36 +02:00
Modify outset and inset to accept both hv and vh combinations. Update documentation accordingly.
This commit is contained in:
@ -408,14 +408,14 @@ opposite direction over the same axis by `[reverse-amount]`.
|
||||
|
||||
//expand right 7 5
|
||||
|
||||
### `//outset [h|v] <amount>`
|
||||
### `//outset [hv] <amount>`
|
||||
|
||||
Expands the selection in all directions by `<amount>`. If specified, the selection can be expanded horizontally in the x and z axes `[h]`
|
||||
or vertically in the y axis `[v]`.
|
||||
|
||||
//outset v 5
|
||||
|
||||
### `//inset [h|v] <amount>`
|
||||
### `//inset [hv] <amount>`
|
||||
|
||||
Contracts the selection in all directions by `<amount>`. If specified, the selection can be contracted horizontally in the x and z axes `[h]`
|
||||
or vertically in the y axis `[v]`.
|
||||
|
Reference in New Issue
Block a user