From 830e5f0d53453e8a26c453ecdb7dcee50017df19 Mon Sep 17 00:00:00 2001 From: VorTechnix <45538536+VorTechnix@users.noreply.github.com> Date: Sun, 30 May 2021 21:04:13 -0700 Subject: [PATCH] CHANGELOG update, //ellipsoid hollow keyword --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1951984..abeaa64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ Note to self: See the bottom of this file for the release template text. - Any `` can now either be a 1-in-N number (e.g. `4`, `10`), or a percentage chance (e.g. `50%`, `10%`). - Caveat: Percentages are converted to a 1-in-N chance, but additionally that number is rounded down in some places - `//torus`, `//hollowtorus`: Add optional new axes - - `//torus`: Add optional hollow keyword + - `//torus`, `//ellipsoid`: Add optional hollow keyword - `//multi`: Add curly brace syntax for nesting command calls ([more information](https://github.com/sbrl/Minetest-WorldEditAdditions/blob/main/Chat-Command-Reference.md#multi-command_a-command_b-command_c-)) - `//erode`: Add new `river` erosion algorithm for filling in potholes and removing pillars