From d943d7ac78d3f9f6668cbba1f1f01a21967bfe05 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sun, 20 Sep 2020 21:25:18 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ce464a..7e49b7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ It's about time I started a changelog! This will serve from now on as the master - Add **experimental** `//erode` command - Add `//fillcaves` command - fills in all air nodes beneath non air-nodes - Add `//forest` command for quickly generating forests + - Add `//ellipsoidapply`: Like `//cubeapply`, but clips the result to an ellipsoid that is the size of the defined region. - Fix some minor bugs and edge cases - `//subdivide`: Print status update when completing the last chunk - `//count`: Optimise by removing nested `for` loops