mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 07:23:00 +00:00
Update readme & changelog
This commit is contained in:
parent
8cce699313
commit
7633923911
2 changed files with 5 additions and 1 deletions
|
@ -2,6 +2,9 @@
|
||||||
It's about time I started a changelog! This will serve from now on as the main changelog for WorldEditAdditions.
|
It's about time I started a changelog! This will serve from now on as the main changelog for WorldEditAdditions.
|
||||||
|
|
||||||
|
|
||||||
|
## v1.12 (unreleased)
|
||||||
|
- Add `//srect` (_select rectangle_) - thanks, @VorTechnix!
|
||||||
|
|
||||||
## v1.11: The big data update (25th January 2021)
|
## v1.11: The big data update (25th January 2021)
|
||||||
- Add `//scale` (currently **experimental**)
|
- Add `//scale` (currently **experimental**)
|
||||||
- Scale operations that scale up and down at the same time are split into 2 separate operations automatically (scaling up is always performed first)
|
- Scale operations that scale up and down at the same time are split into 2 separate operations automatically (scaling up is always performed first)
|
||||||
|
@ -17,7 +20,7 @@ It's about time I started a changelog! This will serve from now on as the main c
|
||||||
- `//many` can now be used with commands with no arguments.
|
- `//many` can now be used with commands with no arguments.
|
||||||
- `//conv`, `//erode`, `//fillcaves`: Treat liquids as air
|
- `//conv`, `//erode`, `//fillcaves`: Treat liquids as air
|
||||||
- Add new [cloud wand](https://github.com/sbrl/Minetest-WorldEditAdditions/blob/master/Chat-Command-Reference.md#cloud-wand)
|
- Add new [cloud wand](https://github.com/sbrl/Minetest-WorldEditAdditions/blob/master/Chat-Command-Reference.md#cloud-wand)
|
||||||
- `//conv`, `//erode`: minor refactoring to improve code clarity
|
- `//conv`, `//erode`: Minor refactoring to improve code clarity
|
||||||
|
|
||||||
|
|
||||||
## v1.10: The tidyup update (16th January 2021)
|
## v1.10: The tidyup update (16th January 2021)
|
||||||
|
|
|
@ -40,6 +40,7 @@ The detailed explanations have moved! Check them out [here](https://github.com/s
|
||||||
- [`//replacemix <target_node> [<chance>] <replace_node_a> [<chance_a>] [<replace_node_b> [<chance_b>]] [<replace_node_N> [<chance_N>]] ....`](https://github.com/sbrl/Minetest-WorldEditAdditions/blob/master/Chat-Command-Reference.md#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>]] ....`](https://github.com/sbrl/Minetest-WorldEditAdditions/blob/master/Chat-Command-Reference.md#replacemix-target_node-chance-replace_node_a-chance_a-replace_node_b-chance_b-replace_node_n-chance_n-)
|
||||||
- [`//floodfill [<replace_node> [<radius>]]`](https://github.com/sbrl/Minetest-WorldEditAdditions/blob/master/Chat-Command-Reference.md#floodfill-replace_node-radius-floodfill)
|
- [`//floodfill [<replace_node> [<radius>]]`](https://github.com/sbrl/Minetest-WorldEditAdditions/blob/master/Chat-Command-Reference.md#floodfill-replace_node-radius-floodfill)
|
||||||
- [`//scale <axis> <scale_factor> | <factor_x> [<factor_y> <factor_z> [<anchor_x> <anchor_y> <anchor_z>]]`](https://github.com/sbrl/Minetest-WorldEditAdditions/blob/master/Chat-Command-Reference.md#scale-axis-scale_factor--factor_x-factor_y-factor_z-anchor_x-anchor_y-anchor_z) **experimental**
|
- [`//scale <axis> <scale_factor> | <factor_x> [<factor_y> <factor_z> [<anchor_x> <anchor_y> <anchor_z>]]`](https://github.com/sbrl/Minetest-WorldEditAdditions/blob/master/Chat-Command-Reference.md#scale-axis-scale_factor--factor_x-factor_y-factor_z-anchor_x-anchor_y-anchor_z) **experimental**
|
||||||
|
- [`//srect [<axis1> [<axis2>]] <length>`](https://github.com/sbrl/Minetest-WorldEditAdditions/blob/master/Chat-Command-Reference.md#srect-axis1-axis2-length)
|
||||||
|
|
||||||
### Terrain
|
### Terrain
|
||||||
- [`//overlay <node_name_a> [<chance_a>] <node_name_b> [<chance_b>] [<node_name_N> [<chance_N>]] ...`](https://github.com/sbrl/Minetest-WorldEditAdditions/blob/master/Chat-Command-Reference.md#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>]] ...`](https://github.com/sbrl/Minetest-WorldEditAdditions/blob/master/Chat-Command-Reference.md#overlay-node_name_a-chance_a-node_name_b-chance_b-node_name_n-chance_n-)
|
||||||
|
|
Loading…
Reference in a new issue