mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 07:23:00 +00:00
Update chat command reference
This commit is contained in:
parent
f0e7246f97
commit
4367b4bc70
1 changed files with 3 additions and 0 deletions
|
@ -148,12 +148,15 @@ The optional `path_length` and `path_width` arguments require additional explana
|
||||||
|
|
||||||
Note that `path_width` must always be at least 1 less than the `path_length` in order to operate normally.
|
Note that `path_width` must always be at least 1 less than the `path_length` in order to operate normally.
|
||||||
|
|
||||||
|
Note also that since WorldEditAdditions v1.10, the seed doesn't have to be a number (but it can't contain spaces due to the parsing algorithm used). Non-numbers are hashed to a number using a simple (non-crypto-safe) hashing algorithm.
|
||||||
|
|
||||||
The last example below shows how to set the path length and width:
|
The last example below shows how to set the path length and width:
|
||||||
|
|
||||||
```
|
```
|
||||||
//maze ice
|
//maze ice
|
||||||
//maze stone 2 1 1234
|
//maze stone 2 1 1234
|
||||||
//maze dirt 4 2 56789
|
//maze dirt 4 2 56789
|
||||||
|
//maze glass 2 1 minetestiscool
|
||||||
```
|
```
|
||||||
|
|
||||||
### `//maze3d <replace_node> [<path_length> [<path_width> [<path_depth> [<seed>]]]]`
|
### `//maze3d <replace_node> [<path_length> [<path_width> [<path_depth> [<seed>]]]]`
|
||||||
|
|
Loading…
Reference in a new issue