From 442cb8a8d84e611df95d85ffd9b45d379222a984 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Mon, 28 Jun 2021 02:09:16 +0100 Subject: [PATCH] Chat-Command-Reference: Update //maze3d docs --- Chat-Command-Reference.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/Chat-Command-Reference.md b/Chat-Command-Reference.md index 870a238..3414858 100644 --- a/Chat-Command-Reference.md +++ b/Chat-Command-Reference.md @@ -197,12 +197,20 @@ The last example below shows how to set the path length and width: ``` ## `//maze3d [ [ [ []]]]` -Same as `//maze`, but adapted for 3d - has all the same properties. Note that currently there's no way to adjust the height of the passageways generated (you'll need to scale the generated maze afterwards). - -Requires the currently selected area to be at least 3x3x3. +Same as `//maze`, but instead generates mazes in 3 dimensions instead of 2. Requires the currently selected area to be at least 3x3x3. The optional `path_depth` parameter defaults to `1` and allows customisation of the height of the paths generated. +To get a better look at the generated maze, try inverting it like so: + +``` +//maze3d stone +//replace air dirt +//replace stone air +``` + +Additional examples: + ``` //maze3d glass //maze3d bush_leaves 2 1 1 12345