From a403a55ac74b31c6cf9433aa474b4d052c361d83 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sat, 26 Jun 2021 12:13:33 +0100 Subject: [PATCH] Changelog: tweak ordering --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9b28d1..d885754 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,6 @@ Note to self: See the bottom of this file for the release template text. - Add `//scloud` (_select point cloud_), `//scentre` (_select centre node(s)_), `//srel` (_select relative_) - thanks, @VorTechnix! - Add `//smake` (_selection make_) - thanks, @VorTechnix! - Significantly refactored backend utility functions (more to come in future updates) - - `//bonemeal`: Try bonemealing everything that isn't an air block (#49) - Add new universal chance parsing - 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 @@ -19,6 +18,7 @@ Note to self: See the bottom of this file for the release template text. - `//erode`: Add new `river` erosion algorithm for filling in potholes and removing pillars ### Bugfixes + - `//bonemeal`: Try bonemealing everything that isn't an air block (#49) - `//overlay`: Don't place nodes above water - `//multi`: Improve resilience by handling some edge cases - `//layers`: Fix crash due to outdated debug code