diff --git a/CHANGELOG.md b/CHANGELOG.md index 0217de2..9a3abb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,7 @@ Note to self: See the bottom of this file for the release template text. - Change defaults to `circle`, `height=1`, and `brushsize=8`. - Change argument ordering to put `height` after `brushsize` instead of the other way around - `//hollow`: Fix safe region bug + - Make `//pos1`, `//1`, `//pos2`, `//2`, `//mark`, `//unmark`, and `//reset` aware of the new WEA positioning system ## v1.13: The transformational update (2nd January 2022) diff --git a/README.md b/README.md index 825a5f6..4636b17 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,9 @@ _(Do you have a cool build that you used WorldEditAdditions to build? [Get in to The detailed explanations have moved! Check them out [here](https://worldeditadditions.mooncarrot.space/Reference/) (or edit at [Chat-Command-Reference.md](https://github.com/sbrl/Minetest-WorldEditAdditions/blob/main/Chat-Command-Reference.md)), or click the links below. ### Geometry + - [`//spline [ []]`](https://worldeditadditions.mooncarrot.space/Reference/#spline) + - [`//dome+ [ ...] [h[ollow]]`](https://worldeditadditions.mooncarrot.space/Reference/#dome) + - [`//metaball add | remove | render [] | list | clear | volume`](https://worldeditadditions.mooncarrot.space/Reference/#metaball) - [`//ellipsoid [h[ollow]]`](https://worldeditadditions.mooncarrot.space/Reference/#ellipsoid) - [`//ellipsoid2 [h[ollow]]`](https://worldeditadditions.mooncarrot.space/Reference/#ellipsoid2) - [`//hollowellipsoid `](https://worldeditadditions.mooncarrot.space/Reference/#hollowellipsoid) @@ -44,6 +47,7 @@ The detailed explanations have moved! Check them out [here](https://worldeditadd - [`//wcorner `](https://worldeditadditions.mooncarrot.space/Reference/#wcorner) ### Misc + - [`//revolve []`](https://worldeditadditions.mooncarrot.space/Reference/#revolve) - [`//copy+ [ [...]]`](https://worldeditadditions.mooncarrot.space/Reference/#copy) - [`//move+ [ [...]]`](https://worldeditadditions.mooncarrot.space/Reference/#move) - [`//replacemix [] [] [ []] [ []] ....`](https://worldeditadditions.mooncarrot.space/Reference/#replacemix) @@ -57,7 +61,7 @@ The detailed explanations have moved! Check them out [here](https://worldeditadd - [`//convolve [[,]] []`](https://worldeditadditions.mooncarrot.space/Reference/#convolve) - [`//erode [ [ []] [ []] ...]`](https://worldeditadditions.mooncarrot.space/Reference/#erode) **experimental** - [`//noise2d [ []] [ []] ...]`](https://worldeditadditions.mooncarrot.space/Reference/#noise2d) - - [`//sculpt [ [ []]]`](https://worldeditadditions.mooncarrot.space/Reference/#sculpt) + - [`//sculpt [[ [ []]]`](https://worldeditadditions.mooncarrot.space/Reference/#sculpt) - [`//sculptlist [preview]`](https://worldeditadditions.mooncarrot.space/Reference/#sculptlist) ### Flora @@ -82,6 +86,12 @@ The detailed explanations have moved! Check them out [here](https://worldeditadd - [`//spop`](https://worldeditadditions.mooncarrot.space/Reference/#spop) - [`//sshift [ [ ]]`](https://worldeditadditions.mooncarrot.space/Reference/#sshift) - [`//sfactor []`](https://worldeditadditions.mooncarrot.space/Reference/#sfactor) + - [`//pos `](https://worldeditadditions.mooncarrot.space/Reference/#pos) + - [`//pos1`](https://worldeditadditions.mooncarrot.space/Reference/#pos1) + - [`//pos2`](https://worldeditadditions.mooncarrot.space/Reference/#pos2) + - [`//mark`](https://worldeditadditions.mooncarrot.space/Reference/#mark) + - [`//unmark`](https://worldeditadditions.mooncarrot.space/Reference/#unmark) + - [`//reset`](https://worldeditadditions.mooncarrot.space/Reference/#reset) ### Measure - [`//mface`](https://worldeditadditions.mooncarrot.space/Reference/#mface) _(new in v1.13)_