diff --git a/CHANGELOG.md b/CHANGELOG.md index c157320..008b5cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ Note to self: See the bottom of this file for the release template text. ## v1.14: The untitled update (unreleased) + - Add `//dome+`, which allows you to change the direction the dome is pointing in, and also create multiple domes at once - Migrate from `depends.txt` to `mod.conf` diff --git a/Chat-Command-Reference.md b/Chat-Command-Reference.md index 519aff6..9db6e3d 100644 --- a/Chat-Command-Reference.md +++ b/Chat-Command-Reference.md @@ -172,6 +172,20 @@ Generates both square and circular spiral shapes with the given `` ``` +### `//dome+ [ ...]` +Creates a dome shape (i.e. a hemisphere; half a sphere) with a specified radius of the defined node, optionally specifying the direction it should be pointing in (defaults to the positive y direction). + +For example, `//dome+ 5 stone y` creates a dome shape pointing upwards, but `//dome+ 5 stone -y` creates a dome shape pointing downwards. + +Multiple pointing direction axes can be chained together to create multiple domes on top of each other. Multiple conflicting directions will cancel each other out. + +``` +//dome+ 5 stone y +//dome+ 10 diamond -x +//dome+ 25 cactus y z +//dome+ 9 dirt x y z +``` + ## Misc