mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 07:23:00 +00:00
README: No no no, this will never do. Split the quick reference up into categories instead
This commit is contained in:
parent
682aba5aa2
commit
6b3cb02004
1 changed files with 16 additions and 8 deletions
24
README.md
24
README.md
|
@ -7,20 +7,28 @@ If you can dream of it, it probably belongs here!
|
||||||
|
|
||||||
## Quick Command Reference
|
## Quick Command Reference
|
||||||
|
|
||||||
- [`//bonemeal [<strength> [<chance>]]`](#bonemeal-strength-chance)
|
### Geometry
|
||||||
- [`//convolve <kernel> [<width>[,<height>]] [<sigma>]`](#convolve-kernel-widthheight-sigma)
|
|
||||||
- [`//count`](#count)
|
|
||||||
- [`//ellipsoid <rx> <ry> <rz> <node_name>`](#ellipsoid-rx-ry-rz-node_name)
|
- [`//ellipsoid <rx> <ry> <rz> <node_name>`](#ellipsoid-rx-ry-rz-node_name)
|
||||||
- [`//floodfill [<replace_node> [<radius>]]`](#floodfill-replace_node-radius-floodfill)
|
|
||||||
- [`//hollowellipsoid <rx> <ry> <rz> <node_name>`](#hollowellipsoid-rx-ry-rz-node_name)
|
- [`//hollowellipsoid <rx> <ry> <rz> <node_name>`](#hollowellipsoid-rx-ry-rz-node_name)
|
||||||
|
- [`//torus <major_radius> <minor_radius> <node_name>`](#torus-major_radius-minor_radius-node_name)
|
||||||
- [`//hollowtorus <major_radius> <minor_radius> <node_name>`](#hollowtorus-major_radius-minor_radius-node_name)
|
- [`//hollowtorus <major_radius> <minor_radius> <node_name>`](#hollowtorus-major_radius-minor_radius-node_name)
|
||||||
|
- [`//walls <replace_node>`](#walls-replace_node)
|
||||||
- [`//maze <replace_node> [<path_length> [<path_width> [<seed>]]]`](#maze-replace_node-seed)
|
- [`//maze <replace_node> [<path_length> [<path_width> [<seed>]]]`](#maze-replace_node-seed)
|
||||||
- [`//maze3d <replace_node> [<path_length> [<path_width> [<path_depth> [<seed>]]]]`](#maze3d-replace_node-seed)
|
- [`//maze3d <replace_node> [<path_length> [<path_width> [<path_depth> [<seed>]]]]`](#maze3d-replace_node-seed)
|
||||||
- [`//overlay <node_name_a> [<chance_a>] <node_name_b> [<chance_b>] [<node_name_N> [<chance_N>]] ...`](#overlay-node_name_a-chance_a-node_name_b-chance_b-node_name_n-chance_n-)
|
|
||||||
- [`//replacemix <target_node> [<chance>] <replace_node_a> [<chance_a>] [<replace_node_b> [<chance_b>]] [<replace_node_N> [<chance_N>]] ....`](#replacemix-target_node-chance-replace_node_a-chance_a-replace_node_b-chance_b-replace_node_n-chance_n-)
|
|
||||||
- [`//torus <major_radius> <minor_radius> <node_name>`](#torus-major_radius-minor_radius-node_name)
|
|
||||||
- [`//walls <replace_node>`](#walls-replace_node)
|
|
||||||
|
|
||||||
|
### Misc
|
||||||
|
- [`//bonemeal [<strength> [<chance>]]`](#bonemeal-strength-chance)
|
||||||
|
- [`//replacemix <target_node> [<chance>] <replace_node_a> [<chance_a>] [<replace_node_b> [<chance_b>]] [<replace_node_N> [<chance_N>]] ....`](#replacemix-target_node-chance-replace_node_a-chance_a-replace_node_b-chance_b-replace_node_n-chance_n-)
|
||||||
|
- [`//floodfill [<replace_node> [<radius>]]`](#floodfill-replace_node-radius-floodfill)
|
||||||
|
|
||||||
|
### Terrain
|
||||||
|
- [`//overlay <node_name_a> [<chance_a>] <node_name_b> [<chance_b>] [<node_name_N> [<chance_N>]] ...`](#overlay-node_name_a-chance_a-node_name_b-chance_b-node_name_n-chance_n-)
|
||||||
|
- [`//convolve <kernel> [<width>[,<height>]] [<sigma>]`](#convolve-kernel-widthheight-sigma)
|
||||||
|
|
||||||
|
### Statistics
|
||||||
|
- [`//count`](#count)
|
||||||
|
|
||||||
|
### Extras
|
||||||
- [`//multi <command_a> <command_b> ....`](#multi-command_a-command_b-command_c-)
|
- [`//multi <command_a> <command_b> ....`](#multi-command_a-command_b-command_c-)
|
||||||
- [`//y`](#y)
|
- [`//y`](#y)
|
||||||
- [`//n`](#n)
|
- [`//n`](#n)
|
||||||
|
|
Loading…
Reference in a new issue